Ejemplo n.º 1
0
 private void reUpdateView(int itemCount)
 {
     RunOnUiThread(() =>
     {
         mAdapter.NotifyItemRemoved(itemCount);
         mAdapter.NotifyDataSetChanged();
         swipeRefreshLayout.Refreshing = false;
     });
 }
Ejemplo n.º 2
0
 internal void addTasks()
 {
     mPhotoAlbum.addPhotos("HelloWorld");
     mAdapter.NotifyDataSetChanged();
 }