i have fragment , there list of items.i have async task in fragments oncreateview loads items. upon click of items launching activity. after perform action in activity, activity close , need reload fragment list items via async call. how reload list on close of activity in fragment?
the items activity automatically go back-stack , when activity above gets completed previous items activity come picture automatically.
Comments
Post a Comment