minor fix to GoogleDrive API for folder names with apostrophes
minor fix to GoogleDrive API for folder names with apostrophes
@Dave O · 2021-05-07
B4A Quotes Widget - in B4XPages
A widget app with B4XPages
@AnandGupta · 2021-05-06
detecting screen orientation - current vs. new
Detecting screen orientation - current (pre-Activity_Pause) vs. new
@Dave O · 2021-05-05
Text Reader Save Any Where application
By this simple App you can type texts and save it any where on your mobile (removable SD card or Inbuilt storage).
@Vellad · 2021-05-05
FCM messages/notifications: Use Phonewakestate to throw notifications without delay
I mentioned that my fcm messages arrive without delay (data messages), but throwing a notification (even with high priority) doesn''t work all the time when the phone sleeps. Setting the phonewakestate before throwing the notification and releasing it after seems to work.
@KMatle · 2021-04-26
Notification with reply field
Notification with reply textfield
@mehrad.king · 2021-04-23
Offline calculation of call to prayer time and religious times
Offline calculation of call to prayer time and religious times
@b4a programmer · 2021-04-17
Desugar alternative for conflictive jars
Desugar alternative for conflictive jars
@JordiCP · 2021-04-10
Intent Skype Call
With this intent you can call in direct mode user into Skype
@MarcoRome · 2021-03-29
As I can know if the app this running in a phone or computer.
Determine whether the app is running on and Android device or on a PC with an emulator
@Alfredo Tito · 2021-03-24
Generate Unique Id on Android No permissions Needed.
Generate Unique Id on Android No permissions Needed.
@Addo · 2021-03-17
Light Theme for B4XDialogs
Light Theme for B4XDialogs
@arf programas · 2021-03-05
Simple send Push Notification using PHP
Simple send Push Notification using PHP
@omarruben · 2021-02-21
A natural method for alerting the user of the locked orientation of a B4XPages App
When the user is holding the device in portrait mode, the app opens in landscape mode. This can be annoying. I thought it would be nice to let the user know in portrait mode that the app is in landscape mode. Then, when the user naturally rotates the device, the app would start automatically.
@William Lancee · 2021-02-18
A more elegant way to detect platform
A more elegant way to detect platform B4A/I/J
@William Lancee · 2021-02-16
Convert Mysql DateTime to regular string date time
Convert Mysql DateTime to regular string date time
@omarruben · 2021-02-15
Disabling system darkmode in your app
Disabling system darkmode in your app
@Marvel · 2021-02-07
GoogleMapsextra custom infowindow
GoogleMapsextra custom infowindow
@astronald · 2021-02-01
B4xpage custom transition
B4xpage custom transition
@Marvel · 2021-01-19
Helper functions... [jRDC2]
Helper functions... [jRDC2]
@Mashiane · 2021-01-19
Tip: SQLite Column Does not exist even if you know it exists!!!
Tip: SQLite Column Does not exist even if you know it exists!!!
@Mashiane · 2021-01-19
XNoted - Free source
A notepad app with source code
@sfsameer · 2021-01-19
Custom notifications channel
Starting from Android 8, notifications are grouped by channels. The notification behavior depends on the channel it belongs to. With B4A v8+ notification channels are created automatically based on the importance level. You can use the following code to manually create a notification channel with the same id as the notification channel that will be created internally. This allows you to override the notification behavior. Note that once a notification channel was created then you cannot change its behavior. This means that: 1. You must call this code before you initialize the notification object. 2. If you have already created a notification in the past then you need to uninstall the app to see the changes (clean the project afterward).
@Erel · 2021-01-15
ServletRequest all Header [httpServer]
I arose from the need to know all the headers of a GET request. When HttServer raises the HttpServer_HandleRequest event it returns the Request variable. The Request variable has only one method for reading Headers, GetHeader. How to get a complete list of Headers?
@Star-Dust · 2021-01-14
Add pinned shortcut
Add pinned shortcut
@Erel · 2021-01-03
Center Align Spinner Text: 95% perfect workaround
Center Align Spinner Text: 95% perfect workaround
@vascofire · 2021-01-02
To Make a simple CharSequence:
To Make a simple CharSequence:
@Antoine EGO · 2021-01-01
SQL Server with no-ip
SQL Server with no-ip
@Wendell Carneiro Mendes · 2020-12-31
Send SMS/MMS using Twilio Rest API
Send SMS/MMS using Twilio Rest API
@JohnC · 2020-12-25
Adaptive Icons - simple instructions and tips
Adaptive Icons - simple instructions and tips - All apps should have an adaptive icon
@Erel · 2020-12-23