Is it possible to style the Android Tabhost to look like that of the iPhone? If not, is there any open source code that can show how to create Bottom Tabs for Andoid ?

|
Is it possible to style the Android Tabhost to look like that of the iPhone? If not, is there any open source code that can show how to create Bottom Tabs for Andoid ?
| |||||||||||||||||||||
feedback
|
|
I would suggest you guys to not change the default look and feel of the tabs, because users on android devices have their own user experience, and you will negate that past experience, so don't force them to learn new tabs experience (because users on mobile are so lazy to learn new things, usually they rely on their past experience.) However if you want to go ahead, I've customized the default Download link: GitHub, Iphone-Tab-in-Android The screenshot:
I have also cutomized the tabhost to look like Raised Center Tab.
to download RaiseCenterTab, please go here GitHub: RaisedCenterTab. | |||||||||||||||||||||
feedback
|
|
You'll need to build this control yourself. Few options:
| |||||||||||
feedback
|
|
I know its too Late but here it is : http://bakhtiyor.com/2009/10/iphonish-tabs/ Hope this helps to someone someday... | |||
|
feedback
|
|
i hope this will give you some good idea Android: Tabs at the BOTTOM | |||
|
feedback
|
|
Your screenshot has the android 1.6. style. If you are using a tabhost on a newer version and simply put it on the bottom of the screen it will look very much like the iphone version. I wouldn't change to much at the UI of android simply give it a resemblance to the iphone look and feel(same icons) and stay with the rest in the android style. This will make the app look familiar to the users. To achieve the same look for the icons just use an xml definition of you drawable with a selected and a not selected state of the button like it looks on the iphone. To set an icon use the setIndicator method of the tabspec. You can somewhat style the tabhost by setting a background or a style for the tabwidget. But the actual inner part of the widget will be drawn above you style and background | |||
|
feedback
|
|
| |||
|
feedback
|
|
Try this out: http://www.anddev.org/code-snippets-for-android-f33/iphone-tabs-for-android-t14678.html | |||
|
feedback
|
|
Hi check this easy solution: http://android-pro.blogspot.com/2010/08/iphone-like-tab-bar-in-android.html thanks | |||
|
feedback
|