项目作者: StanGomes

项目描述 :
A simple demonstration of data binding in Android using the Android Data Binding library
高级语言: Java
项目地址: git://github.com/StanGomes/AndroidDatabinding.git
创建时间: 2018-07-13T22:47:40Z
项目社区:https://github.com/StanGomes/AndroidDatabinding

开源协议:

下载


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