/adorables

Showcase app using current best practices for Android developement

Primary LanguageJava

Adorables

Build Status

This is a showcase app demonstrating a few of the current best practices for Android development.

Adorables line up Adorable close up Adorables comments

Get it on Google Play

Experimentation

Instead of using a ViewPager with Fragments I decided to use the new PagerSnapHelper in conjunction with a RecyclerView. This allows avoiding the horrid Fragment APIs. RecyclerView comes with efficient view recycling, built in animation and better APIs to add/remove/move cells, or in this case 'Pages'.

Stuff used to make this: