There will be 24 points in time in which user can do actions. There are 2 points in time / real life day, and every point increases the age by 2.5 years.
These points in time will be represented by an enum perhaps called TimePoint and will be stored in SharedPrefs as integer.
There will be 24 points in time in which user can do actions. There are 2 points in time / real life day, and every point increases the age by 2.5 years.
These points in time will be represented by an enum perhaps called
TimePoint
and will be stored inSharedPrefs
as integer.