I'm pretty new to Android so apologies if I've missed an obvious solution. I'm writing a system that includes an android app and a Java Swing program. I want to know if there is a way to pass data (eg. Strings, integers) from the Java Swing program to the Android app and receive data back directly.
The data won't contain heavy stuff like photos or videos but just simple Strings.
Any help would be appreciated!