I am looking for simple example code for setting up a Message in an AsyncTask and handling it in the Handler in the UI thread.
The examples I’ve seen deal with this inside a Service, and my app is not currently using any Services. Can a Message be used without a Service?
Example code would be appreciated!
1 Answer