Friday, May 7, 2010

Re: [android-developers] Starting Activity with Tabs

Károly Holczhauser wrote:
> Hi Guys !
>
> I have four activity in a Tab and after the user clicked on the list I
> would like to start another one activity, but I can't use
> startActivity(Intent), because then I lost the TabHost view, and I get
> an activity witch is reserving the full screen:( So the user won't be
> able to click on the other tabs.
> What should I use? BroadCastReciver or What ?

IMHO, do not use tabs for navigation, particularly on a platform
targeting small screens like Android.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: 4-6 June 2010: http://guruloft.com

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment