Hi all. I'm quite new to
Java, as you can see if you look at some of my code..lol. Last bit of my project and I'm stuck. I have a custom adapter with a recycler view. There are some text views. I also have a bottom menu with an email button and I would like to use 2 of the views (R.id.brand_name & R.id.cases_text_view) and sent them as text in an email. The whole email intent and bottom menu is working fine, but I can’t get the two values to be added to the EXTRA_TEXT part of the intent (line 51 and 52). I would really appreciate some help.
Here is the activity with the intent and bottom menu:
And here is the recyclerview (I want to use the values in line 46 and 48):
I know its probably very simple, but I just cant seem to figure it out.