tomcat - client server android app -


I have developed an Android app in Android sdk 2.2. This app is also getting biscuit server connectivity as well as mysql database connectivity. This app is running fine on the emulator but for the deployment of this app on the Android device do I need to configure any settlement?

Not specifically, if you have done it in an emulator, why would you ask this stack overflow? Just go out and try it on one device. Keep in mind that client network connectivity is often slow, error-prone and sometimes not exist, so make sure you are managing network issues in a beautiful way.

Edit: The comment below indicates that this is actually a duplicate, although the original word is not very clear.

Comments