Help in Phonegap ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Help in Phonegap !

Hi, i'm working in my app for android i coded it with HTML5 and CSS and JS. So i want to ask is that Phonegap and Cordova aren't good for a complicated app ( not simple app ) or native is better some people says that Phonegap and Cordova is not good and takes a large time.

17th Apr 2018, 5:24 PM
Abdelrahman Ashref
Abdelrahman Ashref - avatar
4 Answers
+ 5
Developing an Android app with PhoneGap is quite easy. Since you have already developed your program using web languages, just convert it into an Android application package(APK) using phone gap. Following are the steps, 1.Install PhoneGap to your pc 2.open it and start a new blank project 3.choose the location where you want to store the files (eg:- desktop/myapp) 4.then open the folder and paste your HTML, CSS, javascript files into the folder named "www" 5.rename the HTML page as "index.html" 6.open PhoneGap website 7.upload your files and run. 8.it may take some time to convert your file into an application format(normally few seconds) 9.when it is completed, you can download your application in android, ios, windows application format.
17th Apr 2018, 11:27 PM
Adnan Elachola
Adnan Elachola - avatar
+ 2
I don't experience any performance issues with PhoneGap developed app. Since you have already written your code in web language just convert into an app and check yourself.
17th Apr 2018, 11:58 PM
Adnan Elachola
Adnan Elachola - avatar
+ 2
Thanks, i will try it with myself to find issues and solve them.
18th Apr 2018, 12:15 AM
Abdelrahman Ashref
Abdelrahman Ashref - avatar
+ 1
Ok, but a lot of people say that phonegap a and hybrid apps are bad because it's have a slow performance is that true ?
17th Apr 2018, 11:32 PM
Abdelrahman Ashref
Abdelrahman Ashref - avatar