1

I'm using eclipse and MySQL in xampp server.. and I want to connect between them.. I'm trying this code but I don't know if it is working or not?

and is there any addition thing shall I do ???

searchB.setOnClickListener(new OnClickListener(){
        public void onClick(View arg0){
            JSONParser jsonParser = new JSONParser();
            final String URL_create_GPS = "http://10.68.158.106/android_connect/create_GPS.php";   
            final String TAG_SUCCESS = "success";
            }
    });

searchB > is the button name in .xml

Marc Delisle
  • 8,879
  • 3
  • 29
  • 29
  • It looks like you need to study network programming basics. also refer this http://stackoverflow.com/questions/4457492/how-do-i-use-the-simple-http-client-in-android – dsharew May 25 '15 at 13:53

0 Answers0