[Android Study Notes] How to bind a view and data to a Adapter
In Android development, the binding of visual images and data is inseparable from the classes of the Adapt series. In applications that provide friendly and beautiful user interfaces and rich content, visual images are bone-oriented and the content is meat, the Adapter is the tendon connected to the bone. Is the Adapter class hierarchy in the Android Class Library: there are a large number of Adapter classes in the android support library and more third-party libraries. The Adapter plays a crucial bridging role in view and data binding. Here we will collect some application articles of Adapter: 1. android Adapter system 2. android Research Institute application ListView details 3. android advanced: Adapter deep understanding and optimization 4. android ViewPager Usage Details 5. viewPager/PagerAdapter/FragmentPagerAdapter/FragmentStatePagerAdapter Problem 6. android RecyclerView uses completely parsed controls to experience artistic experience