Page 1 of 1

[maybe solved] Super quick LCB question

Posted: Sat Sep 05, 2020 3:48 pm
by Opaquer
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!

Re: Super quick LCB question

Posted: Sat Sep 05, 2020 3:59 pm
by Opaquer
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 :)!