(Android Xamarin) Get Resource string value instead of int
问题 Im just starting to create a simple android app with the use of Xamarin using VS2012. I know there is a type of Resource just for strings. In my resource folder, i have an xml file like this: <?xml version="1.0" encoding="utf-8"?> <resources> <string name="RecordsTable">records</string> <string name="ProjectTable">projects</string> <string name="ActivitiesTable">activities</string> </resources> In my code, I want to use the values of those resources like: string recordTable = Resource.String