I have developed an Android App that contains a list of information. I want the list to retrieve new data from the sever whenever the app 'wakes up' from multasking. Right now it just displays the old data and does not refresh.
Can someone tell me what function/method I am looking for?
Your app can be woken up in a few different ways... you probably want onResume(), but here are the other ones too:
The full list is in the Android Activity Lifecycle found here:
https://developer.android.com/reference/android/app/Activity.html