On Sun, Jan 22, 2012 at 3:51 AM, Matt Clark <[email protected]> wrote: > Is there some kind of SQL library that i could > just use insted of sending HTTP requests parsed by PHP files?
That is not a good idea, for security reasons. That would mean that your database is open for the script kiddies of the world to attack, and that your database credentials are embedded in an APK for anyone to extract. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

