+ 3
Whats the best way to create Android apps?(Android Studio or Apache Cordova)
5 ответов
+ 9
Android Studio....
this posts might help you more on android development
https://www.sololearn.com/Discuss/285352/?ref=app
https://www.sololearn.com/Discuss/823823/?ref=app
https://www.sololearn.com/Discuss/311752/?ref=app
https://www.sololearn.com/Discuss/914055/?ref=app
https://www.sololearn.com/Discuss/237742/?ref=app
https://www.sololearn.com/Discuss/987969/?ref=app
+ 5
If you are good with html,css,js;sit down and relax with apache cordova :) if you are super hype with java,take a long way with android studio.But this doesn't mean the first way will be good for your android app.Since android system language is java.Native apps(written in java code) will be less likely to have performance issues.As i said for professional big apps people use android studio and for small student projects you can use cordova,app.js,ionic(hybrid apps dev)
+ 3
Android Studio)
+ 2
These approaches are not equivalent.Important is what is your goal.If you use Android studio,you will write the program in Java in the most cases(except NDK).This program can run only on the android platform.If you know the java it will be easy to write a program for you.If you use Cordova technology you will write a program in HTML and CSS and also the program can run not only on android but also on an other different mobile platform like Windows,iOS,... It is only up to you and up your knowledge:)
+ 2
I advice you to use Cordova as to stay hybrid (ios and android) and open your mind later to node js and angular or react...