Doing something in background and then updating UI is very hard to implement correctly in Android. It\'s simply badly designed. Typical example is an AsyncTask that fetches something from the web and
I am using Tablerow+TextView to make a simple view for blog posts and their replies. In each TableRow I put a TextView in. Now I have two issues: