I simply want to update a TextView periodically by a service. Let's say the TextView should display the time and update itself every 30 seconds. Could't you guys tell me how I can achieve that? I know that I need a receiver for that but everything I tried did't work at all.
I'm new to android, maybe you can keep it simple :D
In onCreate() //updating every 30 seconds