Share My Creation Online media conversion

I stumbled across an online media conversion site that has an api and thought it would be interesting to try to get it to work directly from an android device.

Using my new found knowledge of HTTPUtils and XML I created the attached project which will send the image for conversion, check it's done the download the converted image.

Online Convert supports lots of different formats, so should prove very useful, their support was very helpful too.

There are limits to the number of available conversions per day (it is free), but they say they do have options if needed.

You need to register (from their api page) here and read the documentation. And plug your Api key into the project.

The project is quite large as it has an embedded image.

I hope you find a use for it.
 

Attachments

  • onlineconvert.zip
    45 KB · Views: 861

stevel05

Expert
Licensed User
Longtime User
I'm sure they would accommodate something along those lines.
 
Top