+ 5

Please how can I compile html, css and javascript to an Android app

19th Jun 2017, 9:38 PM
Sammy
Sammy - avatar
15 odpowiedzi
+ 6
Instead of using Phonegap, a better alternative would be to use AppDeck. AppDeck is far more native than Phonegap and it actually offers many more features. Read more about the differences here: http://www.appdeck.mobi/about/phonegap
20th Jun 2017, 12:09 AM
Jamie Isaksen
Jamie Isaksen - avatar
+ 4
you can't compile these languages, they are "interpreted" languages. But if you want to make an app with this, use Phonegap. i never tried but people say you can do it
19th Jun 2017, 9:52 PM
Welliton Malta
Welliton Malta - avatar
+ 3
You can android studio for developing android apps https://developer.android.com/studio/index.html
20th Jun 2017, 12:18 AM
Manual
Manual - avatar
+ 2
It's alright Dustin. I really do appreciate. let me make out time and read through them. thank you so much 🙌
22nd Jun 2017, 11:33 AM
Sammy
Sammy - avatar
+ 1
I recently published a couple apps using nothing but html, css, and js with phonegap. It's a little tricky setting everything up, but there are plenty of tutorials(free) online to walk you through. Also you do have to sign up for goggle play store (if that's where you want it to go) with a developer account, which is a one time fee of $25us dollars. To publish to Apple app store, it's an annual fee of $99. I'll see if i can find a coupe of the links I used and post them here as well for you.
20th Jun 2017, 6:01 PM
Dustin Hammack
Dustin Hammack - avatar
+ 1
https://play.google.com/store/apps/details?id=com.tic_tac_toe.development.highfive https://play.google.com/store/apps/details?id=com.development.highfive Here's my 2 I published, which both still need some work, but overall the Time Calculator works completely as expected. The main reason I went ahead and published them, was because on my wifes phone, the tic-tac-toe doesn't work like it should, so I published to have a couple friends try it to see if it worked on theirs, and of course it did. So still gotta figure out why it don't work on the wifeys phone.
20th Jun 2017, 6:06 PM
Dustin Hammack
Dustin Hammack - avatar
+ 1
@sammy, I'm not sure what all you can use or do with it, I've only just touched the surface of it. But there is a popular framework of jQuery, called jQuery mobile that has quite a few features and functions to it, though when I mixed it with my current code, it "broke" it. I ended up just using regular jQuery and completely removed jQuery mobile altogether. So you'll need to study it more to properly use its functions and features.
20th Jun 2017, 6:46 PM
Dustin Hammack
Dustin Hammack - avatar
+ 1
thanks bro I appreciate .🙌
20th Jun 2017, 6:48 PM
Sammy
Sammy - avatar
+ 1
no problem hoped that helped you. And I'll still try to post some of the links here shortly that I used to help me get started with it.
20th Jun 2017, 6:50 PM
Dustin Hammack
Dustin Hammack - avatar
0
thanks y'all for your answers I would look into it. but which frame work of javascript is used in phonegap or Appdeck?
20th Jun 2017, 6:12 PM
Sammy
Sammy - avatar
0
@sammy, what do you mean? what they use, or what you can use, when using phonegap? I used jQuery for both of the programs I published.
20th Jun 2017, 6:31 PM
Dustin Hammack
Dustin Hammack - avatar
0
@dustin. I mean which frame work(javascript) can you use in phonegap
20th Jun 2017, 6:33 PM
Sammy
Sammy - avatar
0
Can you create wonderful apps with it like the Java counterparts?
20th Jun 2017, 6:35 PM
Sammy
Sammy - avatar
0
ooh thanks alot it helped . Am still new at this stuff so sending a link would be of immense benefit to me. thanks again
20th Jun 2017, 6:56 PM
Sammy
Sammy - avatar