I want to display a msg to the user like “You have been not using this app since XXX days”. How exactly can i do that in android? can we store the time info in shared preferences and then do the comparison with present date. am facing trouble handling time info in shared preferences. Would like to know if there are any other solutions to this prob
Share
Yes, the solution via shared preferences is a doable one. You can store the date as a long and then construct the new date later from this long.