Page 1 of 1

Accessing the Android APIs

Posted: Wed Aug 13, 2014 4:06 am
by William Jamieson
Hello. Looking to do some really specific stuff with Android API's. Anyone know how to access these from Livecode?

I have found the script to do it with a natively Javascript and XML application here:
http://www.androidhub4you.com/2013/09/a ... o-get.html

Here is the documentation on content providers by google
http://developer.android.com/guide/topi ... vider.html

and here is an example of something I want to query: Call Log
http://developer.android.com/reference/ ... pubmethods

I feel like once I can do one thing, I can change around the parameters and the values, but as of now, I have no clue on how to get anything in or out of the Android system.

Does anyone have any advice? Sample code? Sample stacks?

-Will