Hello I need to code fast by getting a string from a certain ID's identifier.
For example the ids of my three Textviews are R.id.tv1, R.id.tv2, R.id.tv3.
I want to get a string or a char from the "tv1", basically the '1' to ease up coding and make it faster.
How do I achieve this? Getting getId() just returns an integer of the id, but I really want the string.
Thank you for your help.