Lets say i have a few views and I want to get the id name of their IDs
view.getId() returns an int value but instead i want to get the name of the id
android:id="@+id/valueFrance"
So is there any method on java that can return the name/value of the id ( "valueFrance" ) ?
Thank you very much.