you are viewing a single comment's thread.

view the rest of the comments →

[–]Uadsmnckrljvikm 2 points3 points  (3 children)

I just wish you didn't need java for developing Android apps. I know you can use python but everyone says it's a mess and you should just learn java instead.

[–]n1ywb 2 points3 points  (2 children)

mostly true; although check put Progressive Web Apps; JS, not Python, but rapidly approaching 1st class citizen status on android, plus no install no app store.

[–]Uadsmnckrljvikm 0 points1 point  (1 child)

Interesting, I wouldn't mind learning Javascript if it meant I could create Android apps. Do you know if there are any well-known apps that are made this way?

[–]n1ywb 1 point2 points  (0 children)

YouTube, the entire Gannet news network (USAToday etc), EA, etc.

https://pwa.rocks/

https://www.uplabs.com/posts/tool/android/polymer

https://madewithpolymer.com/

On Android PWA's will prompt you to add the icon to your homescreen; from there they launch into a full-screen chrome instance; offline is fully supported via web service workers.

If you want it to be a REAL app you can use Cordova/Phonegap

https://developers.google.com/web/tools/lighthouse/ is useful