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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -