Sorry I never created a web service before.
I only want to use this web service now to send HTTP request (HTTP
POST and HTTP GET) in my Google Android application.
If a user logins at my application (with username and password) the
username and password would be sended to my
web service and checked if this is right? But how can i do this first?
Every user must first create a user account
and with this username he can login at the application. And for every
user specific different data would be saved.

I will explain my application more in detail:
I am developping a small social network application where a user can
login and post photos and see this photos on a map (with geolocation).
He also can save his own location and make placemarks on a map. All
these things have to be saved in a database. And with HTTP GET i would
request all the data I want as XML or JSON and parse it in my
application.

Can you help me,

Thanx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to