Data Binding Library demonstration
A fake gift store which demonstrates usage of Data Binding Library in the Android Jetpack Architecture Components. Goodbye findViewById!
Built With
- Data Binding Library - The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
- Glide - An image loading and caching library for Android focused on smooth scrolling