• Welcome to ForumKorner!
    Join today and become a part of the community.

Make Iphone App with HTML + CSS

AstriMc

Member
Reputation
0
Hello Guys,

Here is some cool info how to make iphone app with html + css it does not get any easier then this

1. Requirements
â—¦Intel-based computer with Mac OS X Snow Leopard (10.6)

Necessary for Installing on Device:
â—¦An Apple iOS device (iPhone, iPad, iPod Touch)
â—¦iOS developer certification

2. Install SDK + PhoneGap

xcode.png
Download and install Xcode from Apple Developer Portal (Membership required)
phonegap.png
Download the latest copy of PhoneGap and extract its contents. Navigate to the iOS directory and run the installer until completion.

3. Setup New Project
â—¦Launch Xcode, then under the File menu select New Project...
â—¦Navigate to the "User Templates" section, select PhoneGap, then in the right pane, select PhoneGap-based Application
â—¦Select the Choose... button, name your project and choose the location where you want the new project to be
pgiostemplate2.jpg


4. Hello World
Open the folder named www and type <h1>Hello World</h1> after the <body> tag in index.html. You can also add any associated Javascript and CSS files there as well.

5A. Deploy to Simulator
â—¦Make sure to change the Active SDK in the top left menu from Use Base SDK to Simulator+version#.
â—¦Hit Build and Run in your project window header.

5B. Deploy to Device
â—¦Open [AppName]-Info.plist and change BundleIdentifier to the identifier provided by Apple. If you have a developer license, you can access and run the Assistant at here and register your App.
â—¦Make sure to change the Active SDK in the top left menu from Use Base SDK to Device+version#.
â—¦Hit Build and Run in your project window header.
iosappid2.jpg
 

OliverE

Power member.
Reputation
0
Looks nice, is this more of a way of creating IPhone friendly websites?
 

AstriMc

Member
Reputation
0
BleepyEvans said:
Looks nice, is this more of a way of creating IPhone friendly websites?

No this is creating your own iphone app, ipad, or ipod the friendly way for web i will do new post

thanks.
 
Top