adding mp3 file on recyclerview
问题 Hi I create arecyclerview apps. when I click an item it shows text and image but I want to add r.raw.b mp3 file as a third item. How could I do it? here is detailed activity. How Could I change them? if anyone help, thanks alot.. Bundle mBundle = getIntent().getExtras(); if (mBundle != null) { mToolbar.setTitle(mBundle.getString("Title")); mFlower.setImageResource(mBundle.getInt("Image")); mDescription.setText(mBundle.getString("Description")); here is main page: GridLayoutManager