Android Question [B4xPages] question with B4XDrawer and AppCompact cross-platform

irda

Member
Licensed User
Longtime User
Hello everyone.

I am creating a new application based on the philosophy of B4XPages. Love it! It makes the job enormously easier for which I thank Erel.
Since I want my application to be cross-platform, I want to use a menu to implement a B4XDrawer based navigation, my questions:

- Is there a cross-platform implementation of the AppCompact library to create a configurable menu + B4XDrawer? Whats its the best way to make a pretty menu por B4X?

- Are swipe gestures going to be implemented to switch between pb4xpages by sliding them laterally?

- In a B4XPage, how can I make a long page (panel) and make it work with scroll?

Thank you for all.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Don't use AppCompat.
B4XDrawer is cross platform. No need to do anything special.
If you want to modify the native menu in B4A: https://www.b4x.com/android/forum/threads/titlebar-menuitem.120908/#post-755911
It is also possible to modify the native menu in B4i and B4J.

- Are swipe gestures going to be implemented to switch between pb4xpages by sliding them laterally?
Not planned.

- In a B4XPage, how can I make a long page (panel) and make it work with scroll?
Exactly like you will do in a regular Activity. Use xCLV or ScrollView.
 
Upvote 0

irda

Member
Licensed User
Longtime User
Don't use AppCompat.
B4XDrawer is cross platform. No need to do anything special.
If you want to modify the native menu in B4A: https://www.b4x.com/android/forum/threads/titlebar-menuitem.120908/#post-755911

Thanks for your quick response.
Following your advice, I am using the native menu together with B4XDrawer, but I am encountering a problem that I cannot find a solution for.
I have three b4xpages. In the first two I don't want to show the title of the page so I have this option disabled in the layout designer. Despite this, the title bar appears on all B4Xpages.
How can I hide the title bar for some b4xpages and not for others? "Show title" not checked in the layout designer does not work for just this action.

Thank you.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…