So I built a program in Java using swing for the interface and i didn\'t realize how difficult it would be to convert it to be used as an android application. Is there any w
swing UI was meant for desktops and pc's but for
android you have to use Xml then you can keep your java codes as they are in the various activities
then use your event handling skills to trigger them