Skip to content

NickAsher/SupportDesignExample

 
 

Repository files navigation

SupportDesignExample

demo gif

This support design example deals gives three important Custom Implementaions of ViewPager, ListView and NestedScrollView . These classes are needed when you want to put ListView inside a ViewPager which is inside a ScrollView. The problem is that View within a ScrollView should have a fixed height. So we can't just do wrap_content on ViewPager. Also a fixed height cannot be given to ViewPager if it contains dynamic content like that from a listview. So We need custom implementations of these three classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%