How to implement iPhone TitleBar in Android

Posted by edwar12345 on Stack Overflow See other posts from Stack Overflow or by edwar12345
Published on 2010-05-07T07:00:24Z Indexed on 2010/05/08 17:28 UTC
Read the original article Hit count: 530

Filed under:
|
|

You know in iPhone, The four components of a typical iPhone application are a title bar, a navigation list, a destination page, and a button bar.

for The Title Bar The title bar includes the following elements: Back button: Screen title: Command button:

My question comes, although i can use UI framework tool, such as: Phonegap, iui, jtquery to develop web app, but i can't display the TitleBar effect in Android,

i can't use below code in Android: meta content="yes" name="apple-mobile-web-app-capable"

Actually, the above can work in Apple Safari Browser, but I can't use Safari to display our Android Project, which is i don't want to see.

Does anyone know how to fulfill this effect in Android, please help me, your help will be great appreciated.


to

"It's unclear if you developing a native android application or a webapp.

                                 – alexanderblom yesterday"

sorry that i forget to mention, i want to develop a iphone-webapp-style application in Android. Since it's too difficult, i want to use iWebkit, but it seems only work in apple iPhone OS or Safari which contain the specific engine to display the beautiful layout, like below:( -_-! i am new so i can't post images here)

http://images.appshopper.com/screenshots/305/690205_2.jpg

© Stack Overflow or respective owner

Related posts about iphone

Related posts about titlebar