iPhone -> Android TabGroup Title Bar

You must Login before you can answer or comment on any questions.

I'm in the process of porting an iPhone app to Android. The iPhone app makes use of the titlebar that is provided with its tab group implementation. I think I read somewhere (I can't find it now) that Android doesn't offer a title bar with its tab group and what I see supports that of course.

What are other folks doing to build title bar functionality in Android? Alternatively, am I just doing something wrong that's preventing a supported Android title bar from appearing?

Thanks.

2 Answers

Accepted Answer

I just make my android apps "full-screen" and create a view to act as the title bar.

Hi Rob

@Nick is correct, Well in my opinion we don't have any control for the title like we have in the iphone and so to achieve the same we need to make the custom Titlebar. This title bar is simply a view with background image or color with the back button or title label added in it.

you can code this custom tab in if condition by getting the platform.os = "android"

Regards

Nikunj

Your Answer

Think you can help? Login to answer this question!