Where can I find names for resources to use in getIndetifier()
like in the example below?
Int resId = getContext().getResources().getIdentifier("alertTitle", "id", "android");
alertTitle
is here
From what I know there is not one single document that will list you them all. You will have to be more specific about what area you want to look in then browse the Android source code.