I want to create a Mina clients for Android devices, and the Mina server on PC.
Is that possible ?
I want to create a Mina clients for Android devices, and the Mina server
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.