Appcelerator controller appear/disapear methods -


i'm pretty new appcelerator , wondering listeners view life cycle are?

for example, if wanted detect ios viewwillappear , viewdiddisappear methods, or androids onresume, onpause methods, how "appcelerator" way?

i've searched around on web, able find in titanium documentation info application state such active, suspended, ect. need controller, or window, specific listener react to.

thanks!

titanium abstracts events - don't have worry writing them ios/android each.

check out titanium.app documentation (http://docs.appcelerator.com/platform/latest/#!/api/titanium.app). can see events available @ app level (of course, each titanium components has it's own events - @ app level).

if understand question, relevant events paused , resumed - when app goes in background , foreground.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -