December 30th, 2011, 05:05 PM
|
#2 (permalink)
|
|
Premium Member
Join Date: Oct 2011
Location: Sydney, Australia
Posts: 193
Device(s): Galaxy Nexus GSM
Thanks: 2
Thanked 37 Times in 33 Posts
|
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.
|
|
|