enpassio / Databinding

Various examples on databinding which can help not only understand how to get started with it but it also shows how this can be used in complex and real use cases
Apache License 2.0
26 stars 14 forks source link

Dev databinding twoway #24

Closed OyaCanli closed 5 years ago

OyaCanli commented 5 years ago

-Fixed the problem during rotation by creating a separate viewmodel. -Fixed double checked lockings in singletons. -Simplified repository. -Updated Gradle. -Changed attachCategories helper method -Added readme and screenshots.

OyaCanli commented 5 years ago

I didn't try to teach two-way databinding in readme. I thought we'll do it in the article. We can also put a link of it in all readmes. Or if you think it is better to teach within readmes as well, we can copy paste and adjust related parts of the article.

rajtheinnovator commented 5 years ago

@OyaCanli No. I didn't mean explaining it all in the README file itself. I was looking if more explanation is possible in less words. Let's keep the current structure and leave the detail description for now. At the end, we can insert the article link or if needed, we can create wikis for the sample.