B4A Question Notification AddAction - Alexander Stolte    Jan 29, 2017
WearableExtender.Initialize
WearableExtender.Gravity = WearableExtender.TOP
nb.SmallIcon...
'nb.Extend(WearableExtender)
nb.AddAction("actionicon1", "Aktion 1"..., "Tag2", MyGreatFunction2)
WearableExtender.AddAction("actionicon1", "Aktion 1","Tag1",MyGreatFunction1)
WearableExtender.AddAction("actionicon2... B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Erel    Sep 3, 2025   (19 reactions) AdsHelper is a class that adds the following features:
- Managing the user consent with Google's User Messaging Platform: https://developers.google.com/admob/ump/android/quick-start
- App Open Ads: https://developers.google.com/admob/android/app-open-ads
It can be extended with more features... B4A Library [Class] CameraEx - Extends the camera library functionality - Erel    Dec 29, 2021   (14 reactions)   tags: Camera, Class, CameraEx Example based on B4XPages: https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/#content CameraEx class wraps the Camera object and using reflection and other code it extends its functionality. CameraEx class requires Android 2.3+ and depends on Camera library v2.20+ CameraEx features: Easily open the back or front camera Preview images and saved images orientation will match the device orientation (all orientations are supported) Gives access to Camera.Parameters... Java Question Example of #Extends in Service - Erel    Mar 13, 2018   (6 reactions) Starting from B4A v6.50 services support the #Extends attribute. This is useful for libraries that need to extend a service. The previous solution was to communicate with a B4A service with a specific name. This was more cumbersome and limited. The #Extends attribute allows the B4A service to directly extend the library service. An example of the NotificationListener library implemented with #Extends is attached. The Java source code: https://www.b4x.com/android/forum/attachments... B4A Library Notification Builder Library. - barx    Dec 12, 2017   (48 reactions)   tags: notification builder with the given id
Extend (NotificationWearableExtender As Extender)
Applies an Extender to the Notification.
i.e NotificationWearableExtender is used to extend the notification with functions only... B4A Library Facebook - Extends FirebaseAuth to support Facebook - Erel    Nov 7, 2022   (25 reactions)   tags: Facebook Authentication This library requires B4A v12.0+
45045
This library together with FirebaseAuth allows users to sig... Java Question Cannot find symbol error - barx    Jul 12, 2014 Any ideas what this means? I cannot for the life of me figure it out Compiling generated Java code. Error B4A line: 161 WearableExtender.AddAction3(\ javac 1.7.0_51 src\barxdroid\nbtest\main.java:606: error: cannot find symbol mostCurrent._wearableextender.AddAction3(processBA,"arrow","Wear Action 1","number 1",(Object)(mostCurrent._notepopup.getObject... of type NotificationWearExtender ... B4A Library [B4X] B4XTableSelections - extended selection modes for B4XTable - Erel    Jan 13, 2022   (19 reactions) https://www.b4x.com/basic4android/images/java_pBh7rhOHqQ.png
B4XTableSelections extends B4XTable and adds new selection modes:
SINGLE_CELL_TEMP - this is the built-in selection mode. Unlike... B4A Question Notification Reply - Fusseldieb (first post)    Mar 26, 2018   (1 reaction) -7befa483e2d7
If 'exploits' the Android Wear capability ("WearableExtender").
EDIT2: Quick... WearableExtender, how cool would that be?
WearableExtender wearableExtender = new WearableExtender... beloved RemoteInput.
List<Action> actions = wearableExtender.getActions();
for(Action act : actions... app that uses WearableExtender with RemoteInput! This method still lacks support for Hangouts... B4A Library [B4X] CLVSelections - extended selection modes for xCustomListView - Erel    Feb 26, 2020   (16 reactions) This class extends xCustomListView library and adds more selection modes:
MODE_SINGLE_ITEM_TEMP - The same as the default behavior.
MODE_SINGLE_ITEM_PERMANENT - Single item is selected and... Page: 1   2   3   4   5   6   7   |