Can anyone guide me to find a way to convert swing application to Android app.
If we just create the gui using xml is it enough to take the working code from the previous swing application to run on Android
Without seeing your code there's not a lot more I can say. IF it's modularised well then you will just need to replace the startup code (`p s v main`) to fit with Android, and replace the Swing GUI elements. If it's not well modularised then you'll have to re-write … Read More
OK. In that case just re-write it. It's far too small to have much in the way of reusable parts. Read More
If it's not code for the startup or for the GUI then probably yes. This is such a tiny program you should just get on and do it without any more worrying. If you get stuck people here will help. Read More