0

I want to develop single app for both tablet and phone. So for fragments I am using android-support-v4 compatability jar and app runs on both tablet and phone with all versions. Now, I want to use action bar with tabs in my app and on googling I got ActionBarCompat sample app . I converted it to library and added to my project. But I dont know how to use this library in my project for creating action bar . How can I use this library.

Prabhu M
  • 3,534
  • 8
  • 48
  • 87

1 Answers1

1

Here you go:

ActionBar Android Developers

ActionbarSherlock for compatibility on older devices

Basic Coder
  • 10,882
  • 6
  • 42
  • 75
  • please go through this http://stackoverflow.com/questions/10713886/unable-to-use-actionbarsherlock-library – Prabhu M May 23 '12 at 10:41