
Poor man’s RMI for Android
I had to create a bridge between an Android application and a Java application which uses RMI as a service interface. Its well known that Android does not support the RMI part of Java and a web service is NOT an option in this particular case. I did some research and it turns out there […]
Recent comments