When I want to load a broken image:
the result is:
and the app is collapsed.
How to solve this problem(skip the broken image),thanks!
B4X:
ImageView.Bitmap=LoadBitmapResize(dir, fileName,Activity.Width,Activity.Height,True)
B4X:
java.lang.RuntimeException: Error loading bitmap.
How to solve this problem(skip the broken image),thanks!