Whats the best way to create Android apps?(Android Studio or Apache Cordova) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Whats the best way to create Android apps?(Android Studio or Apache Cordova)

24th Jan 2018, 12:53 PM
Josue Santos
Josue Santos - avatar
5 Answers
+ 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)
24th Jan 2018, 1:16 PM
Talha Altınel (The Last Sith Lord)
Talha Altınel (The Last Sith Lord) - avatar
+ 3
Android Studio)
24th Jan 2018, 12:56 PM
Demid Metelnikov
Demid Metelnikov - avatar
+ 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:)
24th Jan 2018, 1:15 PM
Highman
Highman - avatar
+ 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...
30th Aug 2018, 1:29 PM
Jean-Philippe Czs
Jean-Philippe Czs - avatar