My app has 40 activities..i need to start the application from the activity where user closed last time(if i closed my app from "update profile" activity..next time when i open the app it should open "Update Profile" not From "Main Activity")..i can do it by using SharedPreferences. But i have too many activities to handle..so its little bit confusion..Is there any alternative solution for this..
Thank you all.. [I Refer this link to do by SharedPreferences]
How to make an android app return to the last open activity when relaunched?.