How to maintain uploading task in adapter when notifyItemRemoved or notifyDatasetChabged?
问题 Here i am implementing , user pick items add in adapter adapter current position directly upload to firebase without any click listener For this code is, In Activity. @Override protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) { super.onActivityResult(requestCode, resultCode, data); if (resultCode == RESULT_OK && data != null) { switch (requestCode) { case PICK_IMAGE: ImageUri = data.getData(); Log.i("wneuiewnewu",ImageUri.getPath()); UriListFromGallery