I have done custom tabs in my application (BarTor) using a modified version of the TabHost and TabActivity that i got from the Android Open Source Project. Granted, I leave the tabs at the top, but there is nothing really stopping me from putting them at the bottom or the the sides... I'd suggest trying that route, if you don't mind a little extra work. Perhaps the example you posted is doing the same, I haven't yet looked at it.
On Sep 16, 5:36 am, Wouter <[email protected]> wrote: > I see that there are android apps with this style of tabs: > > http://www.mobilecrunch.com/wp-content/uploads/2009/02/myspace-androi... > > It must be possible.. > > On 16 sep, 14:32, Wouter <[email protected]> wrote: > > > > > I have tried this but without success! > > > The example on anddev.org is taken > > fromhttp://code.google.com/p/undroid/source/browse/trunk/src/com/bitsette... > > > i have tried that example because they also work with different > > activities per tab, but I got nullpointerexception in my layout file > > and dont see the footer.. > > > Wouter > > > On 16 sep, 07:03, Desu Vinod Kumar <[email protected]> wrote: > > > > HI > > > >http://www.anddev.org/generalized_file_manager_2_-_gfm20-t397.html > > > see this this may helpful to you... > > > to make like iphone.... > > > > On Tue, Sep 15, 2009 at 8:54 PM, Mark Murphy > > > <[email protected]>wrote: > > > > > > How can i make something like this: > > > > > >http://www.appsstore.nl/apps/fml/fmlscreen1.jpg > > > > > > So i mean the tabs at the bottom of the screen. It has to be present > > > > > on every activity and every tab shows and other activity > > > > > (listactivity). > > > > > > How can i do this? > > > > > With a lot of work. There is no BottomTabsLikeIPhoneHas widget. > > > > > Having a bar of ImageButtons is easy. Giving them the proper transparent > > > > background (so a sliver of the underlying ListView, as in your > > > > screenshot) > > > > is the job of a graphic designer. Having the buttons change the contents > > > > of the list could be done any number of ways, though I would start with > > > > a > > > > ViewFlipper. > > > > > -- > > > > Mark Murphy (a Commons Guy) > > > >http://commonsware.com > > > > Android App Developer Books:http://commonsware.com/books.html > > > > -- > > > Regards > > > ------------------- > > > Desu Vinod Kumar > > > [email protected] > > > 09176147148 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

