I am trying to make humberger menu (sliding menu) using B4xDrawerlibary.i have download sample from below link.but this apps is not working in my device.please check below details for your reference and advise where it is problem.
Edit: Cross platform example based on B4XPages https://www.b4x.com/android/forum/threads/b4x-b4xpages-b4xdrawer.120246/ A class that implements a sliding menu. Unlike the nice jfeinstein SlidingMenu library the drawer covers the activity instead of pushing it. It is similar to the various...
Your code sample as supplied does not run (on my device) because it is missing some of the AppCompat components. I see from your other posts that you are having many problems and this is probably because you are not setting up the correct AppCompat environment.
If your main objective is to create a sliding menu then try this simpler example. It does not require AppCompat.
Your code sample as supplied does not run (on my device) because it is missing some of the AppCompat components. I see from your other posts that you are having many problems and this is probably because you are not setting up the correct AppCompat environment.
If your main objective is to create a sliding menu then try this simpler example. It does not require AppCompat.
please help...
I am struggling this task for last four days.
i have tried many example with latest version but Appcompt not working in my device..
please help....
Ya Ahmed: I ran the example in your first post on a phone with: OS 11, B4A 12.5 and SDK 33 and it worked for me. Is it possible that you are missing and need this file in your B4A additional library folder: android-support-v7-appcompat.jar. If so, here it is attached.
Ya Ahmed: I ran the example in your first post on a phone with: OS 11, B4A 12.5 and SDK 33 and it worked for me. Is it possible that you are missing and need this file in your B4A additional library folder: android-support-v7-appcompat.jar. If so, here it is attached.
I have added above jar file in B4A libraries folder but still its not working.please check attached screenshot for your reference.
how can I check this error but there is no error log is showing ..
The only difference I see is that you are showing AppCompat 4.00 and the internal is 4.02. The only thing I would recommend and not sure it will help is to remove any AppCompat.jar, AppCompat.xml and AppCompataar from your additional lib folder and see if it works, if they are a;ready there.
At minimum you should NOT put ANY additional libraries into the internal library folder.
Best is to deinstall B4A and make sure the internal libraryfolder is empty or not existent.
Install B4A and setup a additional library folder. Only put additional libraries here.
Make sure you do not have any appcompat files in the additional libryry folder as Mahares already mentioned.
At minimum you should NOT put ANY additional libraries into the internal library folder.
Best is to deinstall B4A and make sure the internal libraryfolder is empty or not existent.
Install B4A and setup a additional library folder. Only put additional libraries here.
Make sure you do not have any appcompat files in the additional libryry folder as Mahares already mentioned.