Accessing the Android APIs

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Contact:

Accessing the Android APIs

Post by William Jamieson » Wed Aug 13, 2014 4:06 am

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

Post Reply