+ 2

Is it possible to run java GUI in solo Learn?

I got memory/time limit exceeded.why?

22nd Feb 2019, 11:09 AM
Iftakher Hossain
Iftakher Hossain - avatar
4 Answers
+ 2
Thanks all. any solution to run my java gui code in my android.
22nd Feb 2019, 11:34 AM
Iftakher Hossain
Iftakher Hossain - avatar
+ 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.
22nd Feb 2019, 11:38 AM
Bahha┣
Bahha┣ - avatar
+ 1
No.
22nd Feb 2019, 11:28 AM
‎ ‏‏‎Anonymous Guy
+ 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.
22nd Feb 2019, 11:29 AM
Bahha┣
Bahha┣ - avatar