• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps starting another activity from a thread.

You will need to use a Handler object to post a message to the UI thread. In the handleMessage() method of the Handler object, you make the call to startActivity().
 
Back
Top Bottom