B4A Library StdActionBarHelper - Utilities for the Standard ActionBar - corwin42    Jul 18, 2014   (9 reactions)   tags: StdActionBarHelper, ActionBar, actionbar pop menu This library adds some features to the Standard ActionBar. It uses the native ActionBar which is available with Android 3+ (API 11 and above).
The main reason I wrote this library was to add support... to hide the title/appicon etc. from the ActionBar.
With version 1.10 of this library there are many... additional libraries:
- AHNavigationDrawer
- b4amListView
- StdActionBar
- XmlLayoutBuilder... B4A Question stdActionbarHelper library - Erel (first post)    May 7, 2015 BTW, you should use the search engine. It works quite good:
https://www.b4x.com/android/forum/pages/results/?query=stdActionbarHelper+library&page=1&prefix=0... B4A Question StdActionBarHelper library and MenuItem Members - DonManfred (first post)    Nov 15, 2015   (1 reaction) The problem is that pop.MenuItem is not recognized as being valid code.
The problem is that you are using it the wrong way.
pop.AddMe... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (67 reactions)   tags: b4xlib;libraries, b4x library, Erel with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled... of libraries is available - b4x libraries. A b4x library is a simple zip file with: - Code modules. All types... manifest file with the following fields: Version, DependsOn (list of required libraries), Supported... and code modules can also be platform specific. Creating a b4x library is very simple. You just need.... Note that the source code can be extracted from a b4x library. b4x libraries appear like all... B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jan 25, 2023   (45 reactions)   tags: Fcm, Firebase, Push, Messaging Edit: FirebaseMessaging should be a Receiver. Not a service. 260077923 Clarification: The nice thing about FCM is that your app doesn't need to run in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new message arrives. It is not a real issue, but if the user closed your app with a "force close" from the device settings then messages will ... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation New video tutorial is available here: http://www.basic4ppc.com/forum/libraries-developers-questions/12431-video-tutorial-creating-simple-library.html Basic4android has a very good support for external libraries. In fact almost all of the internal keywords are loaded from an external library (Core library). In order to develop a library you need to have Eclipse installed. The Android plug-in is not required as the libraries are regular Java libraries. Knowledge required: - Java - Android main... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Apr 13, 2022   (78 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and... Views Example.jar - Download and double click to run. XUI Views is an internal library. Make sure to copy it to the internal libraries folder (C:\Program Files (x86)\Anywhere Software\<tool>\libraries). Notes: B4J only - if you are using B4XFloatTextField in multiline mode and the top padding... B4A Library [Tool] Simple Library Compiler - Build libraries without Eclipse - Erel    Oct 13, 2022   (49 reactions)   tags: library, Lib, SimpleLibraryCompiler The purpose of Simple Library Compiler (SLC) is to make it easier to build libraries. SLC... existing open source libraries. Do note that you still need to provide the source code. This tool only... 'libs' folder you can put any additional libraries that should be referenced during compilation... libraries folder" that is set in Basic4android configuration. Wrapper example The attached zip file includes a very simpler wrapper that wraps Flurry Analytics library. The source code: http... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (26 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips & Notes - You can call Manager.Scan2 with AllowDuplicates set to True if you want to monitor the state... is an internal library now. It is included in the IDE. Example is based on B4XPages and will work with B4A and... B4A Library StdActionBar - Another ActionBar library - Erel    Jan 3, 2021   (19 reactions)   tags: ActionBar StdActionBar (Standard ActionBar) library is based on the native ActionBar API, therefore it is only supported by Android 4+.
StdActionBar / StdViewPager tutorial: ActionBar / Sliding Pages tutorial....
This library allows you to add tabs and dropdown list to the action bar:
22024 22025
The attached... we add the tabs:
bar.AddTab("Tab 1")
bar.AddTab returns a StdTab object. We can use... Page: 1   2   3   4   5   6   7   |