Good day!
I am having problem with implementing the sliding drawer in a b4xpage.
I used "Root" since I cannot use "Activity" in the drawer initialization parameter.
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Drawer.Initialize(Me, "Drawer", Root, 300dip)...
This library is a B4A implementation of the ViewPager object provided by the compatibility class from google. With this library it is possible to add sliding panels to your apps.
AHPageContainer - This object is a container for the pages of the AHViewPager. You should add Panels to this object...
Edit: Cross platform example based on B4XPages
Android Tutorial - [B4X] B4XPages + B4XDrawer
B4XDrawer v1.53 adds support for B4J. This is a good opportunity to create a B4XPages example using B4XDrawer. It does require some configuration so pay attention. The example is based on the three...