I would like to refresh de data on my Window when the user returns to that Window (For example, if a I have a list with friends and then the user adds a new friends, then the app returns to the friend list, I would like to refresh the friends list). I used to do that in a "onResume" in Android, but I don't how can i do this in Titanium (didn't find anything useful in google or here)
1 Answer
you can use focus event of window .
Your Answer
Think you can help? Login to answer this question!