+ 2
Is it possible to run java GUI in solo Learn?
I got memory/time limit exceeded.why?
4 Answers
+ 2
Thanks all. any solution to run my java gui code in my android.
+ 2
what framework are you using for gui.
swing, Jface.....?
edit: saw your code, you are using Swing.
it's not possible swing is designed for desktop.
android is Xml gui based
you will have to write your program in Android Studio and use Android api to convert your code to Android gui. by convert i meant rewrite your code.
+ 1
No.
+ 1
no it's not possible. what happens when you write a code in sololearn playground code is: it gets executed on their servers and it send the data back to you. there is no way for it to send you back the gui interface. unless they provide a vnc or another way to see the results on their machine, you cant see the gui on your phone or pc.