Currently i am listening for android.intent.action.TIME_TICK to show the current system time in a TextView, thats working perfectly. Now i need to do something different.
Once when my app is starting it gets a string with a time in it (for example: "15:30". I need to display this time in a TextView also and it must update itself like it is the real local time.
To make it more clear, it's like you manually set androids system time to something you specify, like your own timezone.
I don't know how to achieve this with the Date/Time object and how to increase it every 1 minute.
Anybody has some tips on how to achieve this? Maybe i miss something really easy to create my own custom clock