I want to create TextView that will automatically update texts in the Activity with realtime. Because I want it to run offline, I will populate the text to be changed with real dates from string-array.
Example of what I'm aiming to build. Today is Saturday, 27-06-2020. "Reading of the day" etc.
Please how do I achieve this. If the process of creating this requires other use of Library order than TextView please teach me. Thanks !