I\'m creating a RecyclerView to show a Grid of pictures. When selecting one of them, it should open a new activity with a transition.
RecyclerView
I\'m using Glide l
Move bitmap.recycle(); to another place in the code where this bitmap is really no longer needed.
bitmap.recycle();