I am creating an android application on android version 2.2 froyo.I want to give 3 swipeable tabs on it which basically corresponds to 3 different xml views.Each xml view has 3 buttons and an imagebutton on it.I want all of them to work. Please help me in solving this problem. Your help will be highly appreciated. Thank you in advance.
Asked
Active
Viewed 108 times
1 Answers
1
Well you can achieve this by fragment tab manager with view-pager please see this answer

Community
- 1
- 1

NullPointerException
- 3,978
- 4
- 34
- 52
-
the link which you have provided is for android 4.2,i am working on android 2.2 – Sharad Nanda Feb 28 '14 at 21:26
-
View pager is supported from api level 4 in support library. Please check http://developer.android.com/reference/android/support/v4/view/ViewPager.html – NullPointerException Mar 03 '14 at 05:35