Hi, I’m new to LL.

Hi, I’m new to LL. Is there a JS similar event or state like document.ready() in LL? I want to declare some stuff earlier that will be used later for animations and so.

Another question – Any idea on Variable scope – Can variables be shared between multiple objects. I’ve tried using methods under LL object but to no avail.

One Commentto Hi, I’m new to LL.

  1. There is the resumed and loaded event for containers, but you should read up on what these mean in an android context first.

    I don’t really understand what you mean with the other question. You can certainly use the same binding on multiple items, but the “$”-names are only valid in the execution context of bindings (I think).

Leave a Reply

Your email address will not be published. Required fields are marked *