+ 2

can I convert a java application to Android application or I have to write the code again on android

26th Sep 2016, 7:57 AM
Kashish Gupta
Kashish Gupta - avatar
10 Antworten
+ 6
Java is platform independent u don't need to write it again
27th Sep 2016, 5:45 AM
Vivek Anand
+ 4
go look for Android studio it will show you everything
1st Oct 2016, 11:19 PM
Hamza Benzaoui
Hamza Benzaoui - avatar
+ 3
use android studio for creating android apps
28th Sep 2016, 5:30 PM
Nirmal Chandra Panda
Nirmal Chandra Panda - avatar
+ 2
use android studio for creating an apk
28th Sep 2016, 4:25 PM
Suhail Pappu
Suhail Pappu - avatar
+ 2
hello kashish,look for a Java compiler for android.
1st Oct 2016, 10:33 AM
Rahul Patil
Rahul Patil - avatar
+ 1
write once, and apply for al
19th Oct 2016, 11:52 PM
rob phillips
rob phillips - avatar
+ 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.
7th Nov 2016, 2:50 AM
Amruth Chand
0
how can I convert it to Android app
27th Sep 2016, 8:37 AM
Kashish Gupta
Kashish Gupta - avatar
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.
8th Oct 2016, 1:17 AM
rob phillips
rob phillips - avatar
0
u don't have to write the code again
19th Oct 2016, 7:51 AM
Milly petrie
Milly petrie - avatar