Hi all!
While developing Android application we needed Iphone like tab bar at the bottom of the screen, so Googled and find usefull links but having some issues.
Some of the usefull links I found were.
and so many links.
These posts are good and useful also.
But I was curious about having TabWidget and TabHost not using any other controller like some of authors have used RadioButtonGroup and Repeated Image Background.
So I searched about customizing android TabIndicator and found a solution.
The files which will be needed are as follows:
in res/drawable directory:
in res/layout directory:
Here we will see how the tab_focus.xml will look.
the remaining xml drawable will also be something like this but with little changes to show their related effects.
The tab_indicator.xml in layout folder will be as follows:
The main.xml will be same as usual layouts are defined but the TabWidget will be placed at the bottom.
so in Java side while defining TabActivity it will looks like this.
the addTab(); method will get the String id as text indicator and Drawable Id as to show the icon of the tab.
When we will compile and run the code we will se the iPhone Tabs in Android app.
We can change the color of the Tab Bar in under res/color.xml
by replacing Dark and relevent Medium color we can change the Tab look.
The app will look like this.
The best thing in this approach is we can add tabs as we add usual tab in Android.
Fully Satisfied.
The full source code is available for download HERE.
Happy Coding!
Regards.
While developing Android application we needed Iphone like tab bar at the bottom of the screen, so Googled and find usefull links but having some issues.
Some of the usefull links I found were.
and so many links.
These posts are good and useful also.
But I was curious about having TabWidget and TabHost not using any other controller like some of authors have used RadioButtonGroup and Repeated Image Background.
So I searched about customizing android TabIndicator and found a solution.
The files which will be needed are as follows:
in res/drawable directory:
- tab_selected.xml (will be used to show effect while selected)
- tab_pressed.xml (will be used to show effect while pressed)
- tab_unselected.xml (will be used to show effect while unselected)
- tab_focus.xml (will be used to show effect while focused)
- tab_indicator.xml (will be used to show effect while to sum up all the states)
in res/layout directory:
- tab_indicator.xml (Layout of the tab indicator which will include image)
- main.xml (Layout containing TabWidget and TabHost)
- mock.xml (Layout for mock Activity)
- color.xml (Color definition as resource)
- strings.xml (Strings as resource)
- dimentions.xml (Dimentions will be used to set size of components)
- styles.xml (Define Style etc.)
Here we will see how the tab_focus.xml will look.
the remaining xml drawable will also be something like this but with little changes to show their related effects.
The tab_indicator.xml in layout folder will be as follows:
The main.xml will be same as usual layouts are defined but the TabWidget will be placed at the bottom.
so in Java side while defining TabActivity it will looks like this.
the addTab(); method will get the String id as text indicator and Drawable Id as to show the icon of the tab.
When we will compile and run the code we will se the iPhone Tabs in Android app.
We can change the color of the Tab Bar in under res/color.xml
<color name="tabMedium">#4F4F4F</color>
<color name="tabDark">#3F3F3F</color>
<color name="tabDark">#3F3F3F</color>
by replacing Dark and relevent Medium color we can change the Tab look.
The app will look like this.
The best thing in this approach is we can add tabs as we add usual tab in Android.
Fully Satisfied.
The full source code is available for download HERE.
Happy Coding!
Regards.
Nice effort dear
ReplyDeleteHI!
ReplyDeletei need 5 TAB in screen. But i don't add.
Please help me,
thanks,
Hay chiataytuday!
ReplyDeleteyou can add as many tabs as you wish.
Just add another tab as you do usually.
This comment has been removed by a blog administrator.
ReplyDeleteVery nicely done. This is how tab customization should be done. Expecting to see many more UI customizations done the right way from you. Keep doing the good work...
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteThanks very much
ReplyDeleteMuhannad al hariri
can you please tell how you change the whole background of bar. As i want to use a background image for whole tab bar, so how could I?
ReplyDeleteWell I wouldn't suggest you to use image as background, as there are plenty of android devices with different screen sizes, so this may cause bad layout design at some device, However you can use any texture image, for this you have to edit the first tag of the following files.
Deletetab_selected.xml, tab_pressed.xml, tab_unselected.xml, tab_focus.xml, tab_indicator.xml
Hi Adil Soomro,
ReplyDeleteI am new to android.
I want to write app with this design.
I downloaded your code.
But unable to start.
I have download eclipse android developer tool.
I have written some easy android app.
But I don't know how to start this tabbar app and write this.
Can you tell me how can I start using this GUI ?
Best Regards,
Ko Ko
thanks for the post
ReplyDeleteFor Android you probably want to use the Action Bar Tabs:
ReplyDeletehttp://developer.android.com/design/building-blocks/tabs.html
Also we just released PortKit: UX Metaphor Equivalents for iOS & Android
http://kintek.com.au/blog/portkit-ux-metaphor-equivalents-for-ios-and-android/
It has side by side comparisons of the native ui widgets and links to downloadable PSDs for designing.
Is thera any way to use activity group with this layout to open new activitys within the same tab??
ReplyDeleteThanks
Well, TabActivity is no longer recommended, however you can put ActivityGroup in every tab.
DeleteYou are using tab host ..It is deprecated now.. So will it cause any problem if we use it ion higher API level
ReplyDeleteIt'll work, but its not suggestible. You should go with Fragments and ActionBar
DeleteI want to implement it with action bar only but i m not getting how to start with.. :( Can you guide me??
DeleteI am not Stackover flow.. I pinged u in Android discussion but you are not available..
Nooo!!!! Don't do this!! This really annoys me. Android apps should be Android apps, not iPhone apps! Tabs should be at the top in Android!!!
ReplyDelete@Mark yes! I agree, I believe in pure android, thats why I added the same in my answer to this question here: Android - iphone style tabhost. But when you work with clients and after a long hours of discussion on the UI and they still stick to the requirements ignoring the UX of platforms, then you've no options left.
DeleteThis comment has been removed by a blog administrator.
ReplyDeleteHello Adil,
ReplyDeleteThanks for the wonderful tutorial,
may i know one more thing? How can i use Action bar search with this?
Thanks and regards,
Wasif