B4ASnippetSkype
Intent Skype Call
With this intent you can call in direct mode user into Skype
@MarcoRome · 2021-03-29
B4ASnippetOS
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
B4ASnippetUID
Generate Unique Id on Android No permissions Needed.
Generate Unique Id on Android No permissions Needed.
@Addo · 2021-03-17
B4ASnippetTheme
Light Theme for B4XDialogs
Light Theme for B4XDialogs
@arf programas · 2021-03-05
B4ASnippetFirebase
Simple send Push Notification using PHP
Simple send Push Notification using PHP
@omarruben · 2021-02-21
B4ASnippetB4Xpages
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
B4ASnippetB4Xpages
A more elegant way to detect platform
A more elegant way to detect platform B4A/I/J
@William Lancee · 2021-02-16
B4ASnippetDate/time
Convert Mysql DateTime to regular string date time
Convert Mysql DateTime to regular string date time
@omarruben · 2021-02-15
B4ASnippetB4A
Disabling system darkmode in your app
Disabling system darkmode in your app
@Marvel · 2021-02-07
B4ASnippetGPS/location/maps
GoogleMapsextra custom infowindow
GoogleMapsextra custom infowindow
@astronald · 2021-02-01
B4ASnippetDatabase
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
B4ASnippetDatabase [JRDC2]
Helper functions... [jRDC2]
Helper functions... [jRDC2]
@Mashiane · 2021-01-19
B4ASnippetB4Xpages
B4xpage custom transition
B4xpage custom transition
@Marvel · 2021-01-19
B4ASnippetNotifications
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
B4ASnippethttp [HTTPSERVER]
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
B4ASnippetB4A
Add pinned shortcut
Add pinned shortcut
@Erel · 2021-01-03
B4ASnippetSpinner
Center Align Spinner Text: 95% perfect workaround
Center Align Spinner Text: 95% perfect workaround
@vascofire · 2021-01-02
B4ASnippetCharSequence / CSBuilder
To Make a simple CharSequence:
To Make a simple CharSequence:
@Antoine EGO · 2021-01-01
B4ASnippetDatabase
SQL Server with no-ip
SQL Server with no-ip
@Wendell Carneiro Mendes · 2020-12-31
B4ASnippetSMS
Send SMS/MMS using Twilio Rest API
Send SMS/MMS using Twilio Rest API
@JohnC · 2020-12-25
B4ASnippetImages
Adaptive Icons - simple instructions and tips
Adaptive Icons - simple instructions and tips - All apps should have an adaptive icon
@Erel · 2020-12-23
B4ASnippetGoogle
Cloud Vision post image
After 4 hours searching i figure it out how to post an image to Cloud Vision API in order to check if content is safe
@yiankos1 · 2020-11-25
B4ASnippetWebView
Get URL of any image in a web page
Get URL of any image in a web page
@SergeNova · 2020-11-07
B4ASnippetIntent
open the app in Huawei appGallery...
open the app in Huawei appGallery...
@Almora · 2020-10-29
B4ASnippetSocial
Share image using Facebook App
Share image using Facebook App
@asales · 2020-10-01
B4ASnippetEncryption
A note on RSAKeyConverter
A note on RSAKeyConverter
@nwhitfield · 2020-09-26
B4ASnippetSocial
Whatsapp Send Function
Whatsapp Send Function
@HAH · 2020-09-22
B4ASnippetFile xfer
Download file via HTTP with resume
Download file via HTTP with resume
@peacemaker · 2020-09-20
B4ASnippetAction Bar, Drawer, etc
Change the action bar height
Change the action bar height
@Erel · 2020-09-17
B4ASnippetViews - additional
SD: Numeric Up/Down with Designer support
SD: Numeric Up/Down with Designer support
@Star-Dust · 2020-09-08