Skip to content

Instantly share code, notes, and snippets.

@mehmetbebek
Last active August 29, 2015 13:57
Show Gist options
  • Save mehmetbebek/9527383 to your computer and use it in GitHub Desktop.
Save mehmetbebek/9527383 to your computer and use it in GitHub Desktop.
Keep in Mind
http://androidprogramz.blogspot.co.uk/2012/07/connect-mysql-database-from-android.html
http://stackoverflow.com/questions/19217835/can-an-android-app-connect-directly-to-an-online-mysql-database
http://www.helloandroid.com/tutorials/connecting-mysql-database
Multithreading
______________________________________________
http://www.tutorialspoint.com/java/java_multithreading.htm
http://www.vogella.com/articles/JavaConcurrency/article.html
set PATH=C:\jdk1.6.0_15\bin;%PATH%
set JAVA_HOME=C:\jdk1.6.0_15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment