Page 1 of 1

Android API in lcb

Posted: Thu Dec 10, 2020 5:54 pm
by BigameOver
Hi,
How do I use the android api in the livecode builder?
I want to use the In-app reviews API of google play for android.
https://developer.android.com/guide/pl ... app-review
thank you

Re: Android API in lcb

Posted: Thu Dec 10, 2020 6:07 pm
by trevordevore
You can find some examples in the LiveCode source:

The are some Android libraries here:
https://github.com/livecode/livecode/tr ... /libraries

An Android Utilities module here:
https://github.com/livecode/livecode/tr ... ns/modules

And widgets for Android here:
https://github.com/livecode/livecode/tr ... ns/widgets