I have a tabbed application, on one of my tabs, I have a list view with product keys when the user taps the line So a new activity is started. Is it possible to start new activity normally, but without "losing" the tabbar below Because now my tabbar goes when I start new activity. Is there a lot like navigation on iOS?
This is what you are looking for:
It basically tells how to use Edit: Regarding Mur's comment ... it is not a matter of fanaticism (I am an iPhone too). So what's wrong with doing an Android app on the way to the iPhone? Basically, the Android OS is not used like that. For example, by using the nested tab: Just saying. ActivityGroup to achieve that effect I usually do not recommend this approach, not only because it is sometimes used to handle It becomes a PITA, but because it's also iPhone-like, remember, you're developing for Android.
ActivityGroup , you are forced to handle the back button manually, these activities themselves do not work (that you do
ActivityGroup ) 'thoughts and actions play with them), you will have to make public static non-final items such as displaying dialogs etc. to handle common things.
Comments
Post a Comment