nivie

Newbie
Nov 17, 2011
10
0
15
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.