Okay, I don’t think I’m using the right terms on Google Search because I’ve tried over 40 times and haven’t gotten any results.
My question : Analogous to the android’s multiple screens, can I have multiple textviews in my app? And a textview indicator(which indicates which textview is currently being viewed like the android screen indicator indicates the current screen being displayed). If this is possible can someone point me in the right direction, please?
I got the answer http://android-developers.blogspot.in/2011/08/horizontal-view-swiping-with-viewpager.html
This is what I wanted. Thanks for the help anyway Code Droid.