Control your Android device from your Windows PC
Control your Android device from your Windows PC
@Diceman · 2021-01-19
B4xpage custom transition
B4xpage custom transition
@Marvel · 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
B4XTable - Photos Album
In this example the table is used to show the camera roll photos.
@Erel · 2021-01-11
Remote Database Connector (RDC) - Connect to any remote DB
Remote Database Connector (RDC) - Connect to any remote DB
@Erel · 2021-01-10
AdMobConsentFormMultilang
This class shows the consent form required for ads in EEC countries and UK in several languages (see Consts in Class_Globals). It''s almost a clone of the Google Consent form.
@Ivan Aldaz · 2021-01-09
AXrLottie
AXrLottie (Android) Renders animations and vectors exported in the bodymovin JSON format. (Using rlottie)
@User242424 · 2021-01-06
Mixer [B4APages]
The sole purpose of creating this app was to try to come to grips with B4XPages. The reason for posting is the hope that someone will play devils advocate and point out some of the many things I have done incorrectly.
@Roger Daley · 2021-01-04
Video Player with Full Screen Option Native
Video Player with Full Screen Option Native
@Alberto Iglesias · 2021-01-03
StdActionBar
StdActionBar (Standard ActionBar) library is based on the native ActionBar API, therefore it is only supported by Android 4+.
@Erel · 2021-01-03
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
Updating an embedded DB
A common task we face while enhancing our apps is the need to update the structure of a running DB. This is relatively easy if you know for sure that your users will all go from version 1 to version 2 and then to version 3. But what happens if an user goes from version 1 straight to version 3 of your DB? Missing the "conversion" operations provided in the first update will eventually lead to crashes or impose to carry those former updates over to the next one.
@udg · 2021-01-01
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
Protect app with code
This library protects app with pin. It uses a protected kvs (pinLockerLP.dat) file to store the pin. User can enable or disable pin.
@pliroforikos · 2020-12-31
Chilkat-Bundle B4A
Chilkat is a cross-language, cross-platform API providing 90+ classes for many Internet protocols, formats, and algorithms.
@DonManfred · 2020-12-31
HMS - In App Purchases
HMS - In App Purchases
@Erel · 2020-12-30
Google App Open Ads B4A
Google App Open Ads
@Biswajit · 2020-12-29
AXWaveAnimation
AXWaveAnimation is a wave animation or a bubble animation for recording or playing audio using the amplitude of the voice.
@User242424 · 2020-12-28
Anywhere Software animated gif
Anywhere Software animated gif
@LucaMs · 2020-12-27
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
Jackcess
A library to read and update MS Access .mdb and .accdb database files.
@Agraham · 2020-12-20
db2000.B4A.eXtrafunctions
db2000 functions
@maXim · 2020-12-18
AES128ECB encryption and decryption native B4A, B4J, VB6, C++, JAVA
AES128ECB encryption and decryption native B4A, B4J, VB6, C++, JAVA
@yancedywiler · 2020-12-15
Alimo_BaseDialog
This library creates a simple dialog for you to which you can add the desired view in any size, and also by changing the margins around it, the location of your dialoge.
@Alimoeini · 2020-12-14
R.java Generator for SLC
R.java Generator for SLC
@laomms · 2020-12-11
B4XSwitch with adjustable size
This is a mod of the B4XSwitch class in the XUIViews library. I wanted a smaller switch than the default one, and got it by modifying a bit the code. There''s a new property called ''Size'', with 5 possible values: XS, S, M, L and XL. Default value is M, the original size.
@Ivan Aldaz · 2020-12-10