I have an android application and I want that when I open the app(when a user opens the app) to save the date and time the app was opened in a file. I want this to be done automatically, for each opening. I searched for this and found nothing. Do you have any idea for a code that is able to do this? Please don't tell me to post any code I tried, because I didn't even know where to start. I thought about using Calendar and SharedPreferences..maybe?
Thank you! I would really appreciate your help.