-3

sorry for my bad english ,

Im learning android , and now i want to build an app that send data to a website , and get data from resault , like an app checking imei from this site: http://www.imei.info/

that i can get an Imei from user and then send it to website , after search completed , i show result in my app , i'm a rookie in network area in android but in other fields like database , UI design , .... i'm good ,

can u introduce me to some guide that i can start using network in my applications , an finally can make some app like what i said ?

dsolimano
  • 8,870
  • 3
  • 48
  • 63
ali 22
  • 21
  • 3
  • This is probably not exactly what you are looking for but I think its helpful : http://stackoverflow.com/questions/3505930/make-an-http-request-with-android – Raghavendra Apr 20 '15 at 12:40
  • All you want to look for is [HttpUrlConnection](http://developer.android.com/reference/java/net/HttpURLConnection.html) – Skynet Apr 20 '15 at 12:40

1 Answers1

1

You should check official documentation about connectivity.

And, in the future, avoid this kind of questions because they're catalogued as non-constructive or opinion-based.

Joaquin Iurchuk
  • 5,499
  • 2
  • 48
  • 64