I've used ViewPagerIndicator to get WalkThrough like most popular application. But I can't understand how to add Pictures in ViewPager which shows how to use the application.
What I want is like these Walk Through.
What i got till now.
I dunno
How to add Custom View like ImageView and TextView in ViewPager?
Any guidance would be most welcome.
As Inteist suggest, one can put any layout in fragment and supply that fragment to adapter.
Fragment:
Fragment Adapter :
Activity: Where ViewPager has Fragment Adapter which feeds Fragment.