Exemplo n.º 1
0
 public UserThrowPhotosPage(Fragment fragment, String userId) {
   super(fragment);
   mUserId = userId;
   mThrowPhotoAdapter = new ThrowPhotoAdapter(mContext);
   mThrowPhotoManager = ThrowPhotoManager.getInstance(mContext);
   // To get my throw photo
   mNowLoading = false;
   mBackgroundView = null;
   mHandler.sendEmptyMessage(MSG_GET_MY_THROW_PHOTOS);
 }