+ 2
can I convert a java application to Android application or I have to write the code again on android
10 Respuestas
+ 6
Java is platform independent u don't need to write it again
+ 4
go look for Android studio it will show you everything
+ 3
use android studio for creating android apps
+ 2
use android studio for creating an apk
+ 2
hello kashish,look for a Java compiler for android.
+ 1
write once, and apply for al
+ 1
Technically, desktop Java apps target the JRE's GUI APIs. The Dalvik VM and Android VM use a completely different set of APIs, and need a different program structure in itself within the IDE (create an Android Studio project and you'll understand). But, you certainly can copy over your API-independent code into an Android app.
0
how can I convert it to Android app
0
a really nice one for practicing on a Android phone or tablet is Quoda, or Aide on Google play store, /Android studio, eclipse, Microsoft visual studio, net Bean's, jetbrains, are all great for Windows platform.. looking into what is best for iOS still.
0
u don't have to write the code again