[android-developers] connecting to mysql database

2011-11-21 Thread mark kelly
Hi Im trying to connect to a mysql database which is on localhost. i get the error: Error in http connection org.apache.http.conn.HttpHostConnectException: Connection to http://10.0.2.2 refused The code is: package com.test.poll; import java.io.BufferedReader; import java.io.InputStream;

[android-developers] android application which communicates with one central database?

2011-11-21 Thread mark kelly
Hi Im new to android development. The application I would like to write needs to have one database on a server, which all instances of the application needs to communicate with simply. So there will be no database on each android, just an ability to send info to the central database. Can anyone