I have an android application and want to save the state of instance in orientation change. My activity contains both primitive datatypes and one user defined arraylist of bitmap and string.Which is the better approch to solve my issue? what is the difference between OnSaveInstance and OnRetainNonConfigurationInstance?
Share
1 Answer