[maybe solved] Super quick LCB question

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Opaquer
Posts: 247
Joined: Wed Aug 14, 2013 8:24 am

[maybe solved] Super quick LCB question

Post by Opaquer » Sat Sep 05, 2020 3:48 pm

Hey guys!

So, I know this isn't the LCB forum, but I'm just getting started with it, and considering how easy of a question it is, I'm not sure if it deserves to be here or there, but feel free to move it if it should! Basically, I want to make a way for LC to know on Android if a user has put the app into the background/whatever using the AndroidRegisterLifecycleListener (and I know Jacque wants i too desperately :P). I started trying to learn LCB and got to a point where I think I need to get it to get LCB to use a module to get the listener going. From what I can tell in the dictionary, every other module has something along the lines of "com.livecode....", but for this handler (and all others in this module), the dictionary just says "Android Utilities", which a) seems wrong and b) doesn't work! Does anyone know what proper name for the module for Android utilities?

Many thanks in advanced, and sorry if this is a simple question!
Last edited by Opaquer on Sat Sep 05, 2020 3:59 pm, edited 1 time in total.

Opaquer
Posts: 247
Joined: Wed Aug 14, 2013 8:24 am

Re: Super quick LCB question

Post by Opaquer » Sat Sep 05, 2020 3:59 pm

EDIT: I think I found it after some playing around! For future reference, I *think* it's com.livecode.library.androidutils

Not 100% sure if I understand how this is working, but at least it's not spitting an error out at me every time I try to test it :)!

Post Reply