+ 1
I Have no PC, how I'm use java swing class on Android phone
4 Antworten
+ 4
🅜︎🅡︎ 🅗︎🅐︎🅢︎🅐︎🅝︎ [B͜͡U͜͡S͜͡Y͜͡ ] he is asking using Java Swing on Android, not SoloLearn course.
This post might help: https://www.sololearn.com/Discuss/1774963/?ref=app
+ 3
As Martin Taylor said, Java runs well on Android but has differences with desktops, including in the graphics, Android has its own API.
search in Play Store:
"Android AIDE"
it's very good app, but has some issues.
+ 1
Martin Taylor i have a question. how developers bulid applications which can compile java, did they implement JDK?
+ 1
Martin Taylor. Yeah, i read about this sections before. i understood execution of java bytecode needs to convert to dalvik bytecode.
And this makes it harder to implement a compiler for Android.
I also read about the compiling methods and ART.
thanks for your attention.