I have just started writing my first ever Java/Android application, so forgive the total n00b question.
How do you access the the standard operating system icons suc
A lot of them can be found in android.R.drawable
but not all are publicly accessible
For those of you in the Visual Studio/Xamarin Android camp, you can view and add the standard Material icons pretty easily using the following plugin:
https://marketplace.visualstudio.com/items?itemName=nikainteristi.Materialiconsgenerator
I've used it a few times in my projects.