How we can run GUI Java application on smartphone ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How we can run GUI Java application on smartphone ?

I searched everywhere on internet but I don't found any app or website to run java GUI application.

30th Aug 2020, 1:11 AM
Anish Khari
1 Answer
+ 2
Most native Android applications are written with Java so most applications actually run a Java-based graphical user interface. To write a native Android application using Java, install Android Studio and just learn how to use it. You might be referring to more conventional Java-based GUI packages like javax.swing or java.awt, though. This is harder. I never did this. https://github.com/javalovercn/j2se_for_android looks like it could help but it mentions that not all of the swing and awt functions are implemented.
30th Aug 2020, 4:10 AM
Josh Greig
Josh Greig - avatar