Android Question B4X Drawers

mscientist33

Active Member
Licensed User
Has anyone got an example of this B4X Drawers using B4X not B4A? The example uses activities but I get an error:

java.lang.ClassCastException: com.ata.devo.main cannot be cast to androidx.appcompat.app.AppCompatActivity

on this line:

B4X:
ToolbarHelper.Initialize

I've tried inserting the exact code into the "Main" of a B4X application.
 
Top