Difference between Android.Graphics.BitmapFactory and Java.Lang.Object.BitmapFactory

I am using Xamarin to build android app and am confused about the mappings between

  • Java.Lang.Object.BitmapFactory
  • Android.Graphics.BitmapFactory

.NET System.Drawing.Bitmap doesn't show up, so I think the porting code is only getting confused by these two instances.

Can anyone please explain when I should use one against the other in a general sense (this overlap between Android and Java extends beyond these named classes)

+3


source to share





All Articles