Converting my B4X code from native ImageView to B4XImageView I noticed that on B4J resizing quality is worse
Here's a screen capture for example
ImageView
B4XImageView
code is pretty simple
As a side note, resize quality showed no difference on B4A, while it actually improved a lot in B4i, compared to native ImageView which was populated with xui.LoadBitmapResize
Here's a screen capture for example
ImageView
B4XImageView
code is pretty simple
B4X:
m_logo = XUIViewsUtils.CreateB4XImageView
m_logo.mBackgroundColor = xui.Color_Transparent
m_logo.Load(File.DirAssets, filename)
As a side note, resize quality showed no difference on B4A, while it actually improved a lot in B4i, compared to native ImageView which was populated with xui.LoadBitmapResize