I want to create a Mina clients for Android devices, and the Mina server on PC. Is that possible ?
I dont know if there is a JVM available for Android platform to run Java applications. I roughly remember that there is/was one JVM still under development, optimised for running on the mobile platforms. But if there exists a JVM, then yes you can have a java client (whether or not based on Apache MINA) on the device talking to a Server on your PC. Basically, you need your android device connected to your LAN and then you can communicate with any of the network resources. When you connect to a WiFi network, your device is assigned an IP and once this is done it is as simple and similar to talking between two PCs.