What is the Best way to export a bunch of strings from an android app to a mySQL database?
I've looked all over the place. All over here and all over the internet. I have found a bunch of different answers but nothing really makes sense.
Should I use an AsyncTask or a HTTPclient? I also looked at the Microsoft JDBC database export but that also didn't really make any sense to me. Thanks for any help.
edit: I need to add the data to the mySQL database table.