I am doing an Android application using JDBC to send data to database without using any web services. I did an experiment using Android 2.2 emulator and I am able to send da
Yes. You must remember to put your JDBC connection code in an AsyncTask, otherwise you will BURN BURN BURN!
AsyncTask