add multiple markers on Android Mapsforge map
问题 Please help me with android programming. I am making one android mapsforge app and want to add multiple markers on Android Mapsforge map using Mysql . My data is situated in Database Mysql and i am getting with Json using php. It is working but problem is to add markers. Here is my code: public void friend_finder(){ try{ HttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost("http://fifauz.com/selectall.php"); HttpResponse response = httpclient.execute(httppost);