I am trying to implement the following UI. My base is an activity. But still need to display view pager feature inside my acivity. Do I need to change the base activity to some other component to achieve the same. Please guide me the best way to achieve the same. Thanks in advance.
Asked
Active
Viewed 1,327 times
1

Sreehari
- 5,621
- 2
- 25
- 59
-
1You just need to create a layout in xml that reflects what you are trying to do. Treat the ViewPager as you would any other type of view. – Dan Harms Apr 24 '14 at 18:48
-
So basically you want to add a view pager in the same layout where your other components are – mike20132013 Apr 24 '14 at 18:48
-
yes, I am trying to add view pager in same layout... – Sreehari Apr 24 '14 at 19:20
1 Answers
2
You can take a look at my other post :
How to swipe xml layouts using ViewPager
Lemme know if that's something you want. Good Luck .. :)

Community
- 1
- 1

mike20132013
- 5,357
- 3
- 31
- 41
-
Mike , Your link resolved the issue.This implementation is having advanced features than what I was looking for. thanks a lot... :) – Sreehari Apr 25 '14 at 06:54
-