Android API in lcb

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
BigameOver
Posts: 39
Joined: Thu Jan 23, 2020 5:56 pm

Android API in lcb

Post by BigameOver » Thu Dec 10, 2020 5:54 pm

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

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Location: Overland Park, Kansas
Contact:

Re: Android API in lcb

Post by trevordevore » Thu Dec 10, 2020 6:07 pm

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
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

Post Reply

Return to “LiveCode Builder”