android Programming Glossary: listviewgameresults
ProgressBar while loading ListView (using AsyncTask) http://stackoverflow.com/questions/12280336/progressbar-while-loading-listview-using-asynctask is not set and the previous layout view is stuck until all the list view is loaded. Here is my code private ListView listViewGameResults protected View dialogLayout protected ArrayList Game listGames @Override public void onCreate Bundle savedInstanceState.. try listGames GameResultsCache.getInstance .getGameResults adapter new GameResultsAdapter getBaseContext listGames listViewGameResults ListView findViewById R.id.listViewGameResults catch Exception e TODO Auto generated catch block finish return null.. adapter new GameResultsAdapter getBaseContext listGames listViewGameResults ListView findViewById R.id.listViewGameResults catch Exception e TODO Auto generated catch block finish return null @Override protected void onPostExecute Void res..
|