Android Question ZoomageView Zoomage don't load Layout Caused by: java.lang.NoClassDefFoundError

birnesoft

Active Member
Licensed User
Longtime User
I get an error when I loadLayout




B4X:
Sub Globals
    
    Private ZoomageView1 As ZoomageView
End Sub

Sub Activity_Create(FirstTime As Boolean)
    Activity.LoadLayout("2")

    Dim bd As BitmapDrawable
    bd.Initialize(LoadBitmap(File.DirAssets,"1.jpg"))
    bd.Gravity = Gravity.FILL

    ZoomageView1.ImageDrawable=bd
 
    
End Sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…