Is it possible to view the Bitmap of the music images that are inside the folders?
public void onBindViewHolder(@NonNull MyHolder holder, final int position) { int index = folderNames.get(position).lastIndexOf("/"); String folder = folderNames.get(position).substring(index + 1); holder.folder.setText(folder); Bitmap image = getAlbum(artFolder.get(position).getPatch());
2.1m questions
2.1m answers
60 comments
57.0k users