Re: [android-developers] Alternate Page Display mechanisms?

2012-05-01 Thread Jason Teagle

In WP7 we have Pivots and Panoramas where a page may be 15
pages wide and the user can slide them accross.  The same Code Class

Maybe I could put a very wide page into a horizontal slider or
something like that?


Although the very wide page and ScrollView option is a possibility, you 
might want to have a look at the ViewPager class and its associated 
PagerAdapter - that may be close enough to what you want to make porting 
less of a chore.



--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Alternate Page Display mechanisms?

2012-04-30 Thread Tina Seaburn
I'm a Windows Phone 7 Developer trying to learn enough about the
android platform to port some apps onto android...

In WP7 we have Pivots and Panoramas where a page may be 15
pages wide and the user can slide them accross.  The same Code Class
handles them all so all of the variables are common.  It makes
navigation very simple for
both the user and the programmer.  Is there any
such vehicle in Android?

Maybe I could put a very wide page into a horizontal slider or
something
like that?


Thanks so much for anyone that can help me with this.
Tina

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en