Reputation: 1507
When i use
getLastNonConfigurationInstance()
The Eclipse IDE tells me that it is depreceated.Can anybody tell me the substitute of this method?
Upvotes: 1
Views: 2162
Reputation: 3645
From documentation:
This method was deprecated in API level 13. Use the new Fragment API setRetainInstance(boolean) instead
Upvotes: 3