I want a clean action bar which support from api 10 - api 21 to implement in my app. I have gone through different tutorials, developer documents from google and some examples provided at the developer site. Do we have simple solution for a clean code and easy to follow method for enabling Actionbar
in an android app, (preferably which can works well with material design and features in lollipop without affecting anything bad in earlier versions). Also I need to create a navigation tab in Actionbar
, the sample code provided on the developer site is not working for me.
Any suggestions, writes ups, tutorial links are appreciated. Thanks.
One of the most useful official introductory posts is this one:
AppCompat v21 - Material Design for Pre-Lollipop Devices!
This shows you how to backport the new Toolbar
all the way back to Gingerbread, as they have done with the Play Store app.
See also the Material Design on Android Checklist post which is also great.
And don't miss the How to upgrade your app’s design from Holo to Material Design article!
Love Material Design ....