I have a big issue that I can not understand . On my tablet 7'' Allview , all app that don't include title can not have access to menu as this button is positioned on title bar.
As title bar is not shown , menu button is not seen.
#IncludeTitle: False
Is it an single issue or someone have the same problem with other tablet manufacturer ?
Where I am doing wrong ?
Make two versions of the app. OR you use the title as place for an actionbar and you build your menu by yourself on the actionbar... Then it doesnt matter if the user have a menu-button on the device or not. The menu ist alsways avaiable in actionbar.
Problem ist that you have to make the code for actionbar and the menu in every Activity you are using...
Code-Templates (in this case i would prefer a Template for any new Activity-Module) but b4a doesnt support Code-Templates :-/