abisofty
abisofty

Reputation: 105

Converting Web App into Native App for android using phonegap

Is it possible to convert a web app into native app for Android using PhoneGap and jQuery mobile? If so, please help me in doing this.

Upvotes: 1

Views: 10544

Answers (2)

nbk
nbk

Reputation: 1992

Yes. Every app developed using PhoneGap is automatically converted to a native one upon building. You can use Eclipse for your development purposes or use Phonegap's build service to get your app.

PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores.

You can access the PhoneGap build service through https://build.phonegap.com/

[UPDATED] You can use jquery, sencha or possibly any such frameworks for building an app with phonegap.

Upvotes: 11

AndersDaniel
AndersDaniel

Reputation: 1162

Yes. That's the whole idea of PhoneGap.

Have you tried using this? http://phonegap.com/start#android

I use it myself and have very little trouble with it.

Edit: I have also tried using PhoneGap Build as Nikhil suggested, and that will work just as fine. But if you want to understand what happens I believe Eclipse is the way to go.

Upvotes: 4

Related Questions