Find TableLeyout in a thread (Because of the ProgressDialog)
- by Shaulian
Hi all,
On my activity, im getting some big data from web, and while getting this data i want to show the user a ProgressDialog with spinning wheel. That i can do only with putting this code into a thread, right ?
the problem is that after im getting this data i need to insert it into my tableLayout as TableRows and it seems impossible to access…