Gurus, I am a lil lost on this topic. Here's a breakdown of what I'm trying to do.
[User/Android Device] sends location info to a server -> [server]
[server] returns a list of items that has been sorted using sql from a - >[db]
[server] obtains table information and returns to user -> [User/Android Device]
so from the above situtation, I am lost as to how do i communicate with the server using eclipse? do i use php or asp in java(if it's possible :S) or could i be pointed to somewhere to a link to read on?
from the server there will be a php/asp page that handles the request correct?
Hope fellow gurus get what i'm trying to say