[android-developers] Show activities in gallery

2011-03-22 Thread mboehmer
How can I start several activities in parallel and present them all together 
in a galley? I want the user to be able to scroll through the activities 
like he does in a gallery. A tab does not exactly present the same user 
experience of scrolling.

-- 
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

Re: [android-developers] Show activities in gallery

2011-03-22 Thread TreKing
On Tue, Mar 22, 2011 at 8:44 AM, mboehmer mboeh...@fh-muenster.de wrote:

 How can I start several activities in parallel and present them all
 together in a galley?


You can't, I don't think. Activities are not meant to be used this way.


 I want the user to be able to scroll through the activities like he does in
 a gallery. A tab does not exactly present the same user experience of
 scrolling.


Use a bunch of Views.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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