Issue
When i use
getLastNonConfigurationInstance()
The Eclipse IDE tells me that it is depreceated.Can anybody tell me the substitute of this method?
Solution
From documentation:
This method was deprecated in API level 13. Use the new Fragment API setRetainInstance(boolean) instead
Answered By - Goran Horia Mihail
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.