Hello readers,

Any mobile application is success only if it provides better user experience and interface (UX/UI). Considering that in mind, we discussed various UI/UX implementations , what we should include in our app. We went through various apps in the google play store, but none were as appealing as the Google Play NewsStand by Google. The ActionBar animations and effects plus UX it provides is remarkable. So we came up with the idea of using the same effect, with ActionBar being “NOT SO BORING”.

Action Bar of our app includes Pager Title Strip for swipe views with floating toolbar , new feature in Android API 22 [5.0 - Lollipop]. It includes parallax header with Ken Burns Effect, a ViewPager and Fragments containing scrollviews.

How to implement “NOT SO BORING ACTION BAR”

To implement this we imported three libraries :

This is blog post by flavienlaurent explaining how to implement the edition screen of Newsstand app. - ActionBar effect - Ken Burns animation

http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/

Example Image

Example Image

Thanks to kmshack and flavienlaurent for the original Android-ParallaxHeaderViewPager and NotBoringActionBar demo app.