Hi
Can anyone help me understand what actions are possible and how to program the app to switch from background to foreground after notification?
My goal is to have my app switch from background to foreground when tapping on it notification.
On Android device this very simple...
https://www.b4x.com/android/forum/threads/b4x-xui-as-settings.147435/
This property is like the action property, only in a cleaner version. Here there is only an icon and the display text of the property.
Example
AS_Settings1.MainPage.AddProperty_ActionClean("Basic","PropertyName_8","Delete...
https://www.b4x.com/android/forum/threads/b4x-xui-as-settings.147435/
This property is used, for example, to manage properties that are on another page. Or to open links, open a picker so that the user can select something, a date for example.
Example
'Action Button...
I may be wrong (in which case, my apologies) but I don't think this line in the Project Attributes section is working
#CustomBuildAction: 3,"C:\Users\PJL\B4A\Version.bat",""
There is no indication in the Compile:Build box that a custom action is being run before the APK is signed and the work...
Hello all,
Maybe this is a silly question, i was able to implement silent notifications and regular push notifications. Im using the UserNotificationClass from Erel.
My problem is that when the user clicks on any action of the buttons it only gets the actionIdentifier string (that is the button...
Android 6.0 Marshmallow introduced a new floating text selection toolbar, which brings the standard text selection actions, like cut, copy, and pastes, closer to the text you’ve selected. Even better though is the new ACTION_PROCESS_TEXT which makes it possible for any app to add custom actions...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.