The binding of views and data in Android development is inseparable from the adapt family of classes, which are presented to the user in a friendly, beautiful and informative application with a view of the bone, the content of the meat, and the adapter of the flesh.
is the adapter class hierarchy diagram in the Android class library:
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/77/6F/wKioL1Zn2tigu1e1AAAzbisx1_Q644.png "title=" Android-adapter.png "alt=" Wkiol1zn2tigu1e1aaazbisx1_q644.png "/>
There are a number of adapter classes in the Android support library and more third-party libraries, and adapter plays a critical bridging role in view and data binding.
Here's a collection of some adapter application articles:
1. Android Adapter System
2. Android Academy App ListView Detailed
3. Advanced Android: Adapter in-depth understanding and optimization
4. Android Viewpager Use detailed
5. Viewpager/pageradapter/fragmentpageradapter/fragmentstatepageradapter Issues
6. Android Recyclerview experience art-like controls with full parsing
This article is from the "Red Horse Red" blog, please be sure to keep this source http://aiilive.blog.51cto.com/1925756/1721188
[Android Learning note 10] The application of adapter in view and data binding