Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 587 Bytes

File metadata and controls

7 lines (5 loc) · 587 Bytes

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