ResourceManager public static class ResourceManager Documentation Code public static Type DrawableClass { get; set; } public static Type ResourceClass { get; set; } public static Bitmap GetBitmap(this Resources resource, FileImageSource fileImageSource) public static Bitmap GetBitmap(this Resources resource, string name) public static Task<Bitmap> GetBitmapAsync(this Resources resource, string name) public static Drawable GetDrawable(this Resources resource, string name) public static int GetDrawableByName(string name) public static int GetResourceByName(string name) public static void Init(Assembly masterAssembly)