Page 1 of 1
Migrating PhoneGap application into Appery.IO
Posted: Tue Mar 11, 2014 1:40 pm
by Rajeev
Hi,
Can I defined Java classes inside Appery.IO in the source files and use them? Basically i have a phonegap application i have written, i want to migrate it to Appery.IO. In-side the phonegap application i am initiating a custom service inside the mainActivity.java. I can't see that file in the Appery.IO, so how do I start the service in Appery.IO Also i am using many Phonegap plugins inside my phone gap application. Would i be able to do all these in the APpery.IO ? Please let us know... Also pls let me know about the main java file in Appery.IO.... Thanks
Migrating PhoneGap application into Appery.IO
Posted: Tue Mar 11, 2014 2:44 pm
by Maryna Brodina
Hello! The main Activity is PhoneGapActivity. You can find it on Source tab (see ANDROID - projectName - src - your - packge-name- PhoneGapActivity.java). You can add/edit any JS files.
Migrating PhoneGap application into Appery.IO
Posted: Tue Mar 11, 2014 3:24 pm
by Rajeev
Hi,
Can I manually edit PhoneGapActivity.Java in Appery.IO... if yes, how ?
Migrating PhoneGap application into Appery.IO
Posted: Tue Mar 11, 2014 3:28 pm
by Rajeev
Also do we have index.html file in Appery.IO? where it is located ?
Thanks
Migrating PhoneGap application into Appery.IO
Posted: Tue Mar 11, 2014 8:20 pm
by Nikita
Hello,
index.html you can find by this address:
WEB_RESOURCES/index.html.
Unfortunately, there isn't Java-code editor in appery.io. But you can edit java files after exporting from appery.io.