https://github.com/jakesteam/data-binding-experiments
https://github.com/jakesteam/data-binding-experiments
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakesteam/data-binding-experiments
- Owner: JakeSteam
- License: mit
- Created: 2019-07-23T20:05:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T16:46:15.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T03:47:24.290Z (over 1 year ago)
- Language: Kotlin
- Size: 672 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Binding Experiments
Working through, in order, the results from "data binding android tutorial".
1 package is used for each tutorial, and code is usually converted to Kotlin / AndroidX.
* [Vogella](https://www.vogella.com/tutorials/AndroidDatabinding/article.html)
* [AndroidHive](https://www.androidhive.info/android-working-with-databinding/)
* [Mindorks](https://medium.com/mindorks/learn-android-data-binding-the-easy-way-3f92dd44e5d6)
* [CodeLabs](https://codelabs.developers.google.com/codelabs/android-databinding/)
* [AndroidWave](https://androidwave.com/data-binding-in-android-tutorial/)