Reputation: 116
hi I am new to this android programming .I have included actionbarsherlock in my project. I want to add a bottom bar to my all activities in common. Can anyone suggest me agood tutorial for creating a bottom bar
Upvotes: 0
Views: 2410
Reputation: 2264
Well, I've just seen that ActionBarSherlock is actually implemented with Fragments, so you have two options:
As a general tip, I recommend the site http://www.vogella.com/android.html. It has great tutorials about a wide range of subjects in Android programming.
Upvotes: 2