0

I am new to android development. I am developing an app where user has to record location and later locate the car where he has parked.I am not sure how to use web services here.How do I use web services here to find the car parked on map? Also I have given the values of latitude and longitude manually.What should be done?Please help.

Sujay Karanj
  • 81
  • 1
  • 3
  • 7

1 Answers1

0

Your need web service to communicate with web service to send and get data.Try this link it help you.

Check the link

Thanks.

Md Abdul Gafur
  • 6,213
  • 2
  • 27
  • 37
  • user records the location and it gets saved in file explorer as .txt file.then user clicks locate car and parked car has to be shown on map – Sujay Karanj Jul 11 '12 at 04:48