c# - Difference between Android.Graphics.BitmapFactory and Java.Lang.Object.BitmapFactory -


i'm using xamarin create android app , confused mappings between

  • java.lang.object.bitmapfactory
  • android.graphics.bitmapfactory

the .net system.drawing.bitmap doesn't appear, think porting code confused these 2 instances.

can explain when should use 1 vs other in generic sense (this overlap between android , java extends more these named classes)


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -