im try:
and always back error.
Is possible RecycleMemory from the imagesview?
thanks !!!
B4X:
Dim jo = imageview.bitmap As JavaObject
jo.RunMethod("recycle", Null)
or
Dim reflector As Reflector
reflector.Target = imageview.Bitmap
reflector.RunMethod("recycle")
and always back error.
Is possible RecycleMemory from the imagesview?
thanks !!!