Skip to content

Instantly share code, notes, and snippets.

@robhinds
Created March 19, 2013 21:12
Show Gist options
  • Save robhinds/5200191 to your computer and use it in GitHub Desktop.
Save robhinds/5200191 to your computer and use it in GitHub Desktop.
ArticleListAdapter adapter = new ArticleListAdapter(articleListFrag.getActivity(), articles);
articleListFrag.setListAdapter(adapter);
adapter.notifyDataSetChanged();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment