I have a service with a handler that has to write \"Hello\" in the logcat every 5 seconds. But it doesn\'t write nothing on the logcat... It\'s like the service is not execu
Hi the code you write is working fine. May be you forgot to add the following code in the manifest file before closing application tag.
....