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