Okey thank you it works but for my knowledge what would you have used ? I need a single activity with multiple view/layout that the user can switch back and forth fast and easily. Tabs seem like the answer but if you have better tell me :)
On Sun, Jul 14, 2013 at 2:58 PM, Piren <[email protected]> wrote: > You don't have to use TabActivity (you're not really meant to use tabs > anymore anyhow).. that's just a regular activity with some pre-made code to > make life easier. > see here: > http://developer.android.com/reference/android/app/TabActivity.html > > > > On Sunday, July 14, 2013 3:11:22 PM UTC+3, Emmanuel Dafflon wrote: > >> But TabActivity shouldnt be used anymore should it ? >> >> >> On Sun, Jul 14, 2013 at 9:06 AM, Piren <[email protected]> wrote: >> >>> you should read the tutorials >>> http://developer.android.com/**guide/topics/ui/layout/tabs.**html<http://developer.android.com/guide/topics/ui/layout/tabs.html> >>> >>> >>> >>> On Saturday, July 13, 2013 7:18:00 PM UTC+3, Emmanuel Dafflon wrote: >>>> >>>> Hello, >>>> >>>> I created a simple activity with a tabhost and 3 tabs. Those tabs are >>>> includes of different layouts but the name of the tabs are the id of the >>>> layout wich is not good. >>>> How can I change the name of the tabs ? >>>> >>>> Best regards, >>>> >>>> rXp>!< >>>> >>> -- >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to android-d...@**googlegroups.com >>> >>> To unsubscribe from this group, send email to >>> android-developers+**[email protected] >>> For more options, visit this group at >>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Android Developers" group. >>> To unsubscribe from this topic, visit https://groups.google.com/d/** >>> topic/android-developers/**L1yiLYDcksY/unsubscribe<https://groups.google.com/d/topic/android-developers/L1yiLYDcksY/unsubscribe> >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> android-developers+**[email protected]. >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "Android Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/android-developers/L1yiLYDcksY/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

