• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Sample code for authentication to multiply.com

nivie

Newbie
Hi,

I am creating an application to get authentication to multiply.com. I got the keys but stuck now. I dont know what to take the next step. Any sample code would be a great help.
Thanks in advance.
 
The multiply.com API is published here.

You can use android.net.http.AndroidHttpClient to make HTTP requests and receive the responses.

If that doesn't work for you, you can use the more powerful but more complex Apache HTTP library in org.apache.http. The Apache HTTP library is part of the standard Android platform.
 
Back
Top Bottom