thank you so much!

On 6 Δεκ, 03:51, Ali Chousein <[email protected]> wrote:
> The first step is to check the documentation of the web-services you
> want to communicate with. The documentation will give you the URLs
> which you should communicate with. Use HTTPGet (http://
> developer.android.com/reference/org/apache/http/client/methods/
> HttpGet.html) and HTTPPost (http://developer.android.com/reference/org/
> apache/http/client/methods/HttpPost.html) to make POST or GET requests
> to these URLs (the documentation of the web-services will tell you if
> you should make POST or GET request). If the web services implement
> OAuth authentication (once again the documentaiton will tell you if
> they do), you can use the signpost library (http://code.google.com/p/
> oauth-signpost/) for authenticating users and for signing your
> requests.
>
> Start working on it and as long as you work on it and try every step,
> things will start making sense very soon.
>
> -------------------------------------------------
> Ali Chousein
> Weather-Buddyhttp://weatherbuddy.blogspot.com|http://twitter.com/weather_buddy
> Geo-Filtered 
> Assistanthttp://geo-filtered-assistant.blogspot.comhttps://marketplace.cisco.com/apphq/products/994

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

Reply via email to