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
Post a Comment