So i am making an app which has a lot of string.
And what i am trying to make the same layout open just with different strings(the string fill the layout).
So i have strings called opna0,opna1,opna2... and up. When you press a button to access the string a number is passed to the class handling the layout and i want the class to take that number, add it to opna and get that recourse.
So if i press button number 3 i want the textview to get the resourse
"@strings/opna3"
but i have no idea how to do that so i was wondering if anyone got the answer?