I'm trying to get data from an .xml page inside of my projects Resources/Values folder, but I can't access members of the directory Android.Content.Res.Resources from a class extending SQLiteOpenHelper. Is there some way to be able to utilize these, or am I better off just defining the SQLiteDatabase in my main Activity OnCreate override? Or is there a better way I should do this(Better, in regards to resource usage on a device)?
↧