B4ATutorialB4A
How to create more Instances of the same AVD Emulator
How to create more Instances of the same AVD Emulator
@Sagenut · 2020-03-03
B4ALibraryExcel
aPOI - A wrapper for jPOI for Android
aPOI - A wrapper for jPOI for Android
@DonManfred · 2020-03-01
B4ATutorialBluetooth
Tutorial Android and Raspberry Debian in BT
In this example we have Raspberry Pi Rasbian and Android App ( communicate via BlueTooth ).
@MarcoRome · 2020-03-01
B4ALibraryMaths
FFT
This library contains an FFT object for performing Fast Fourier Transforms.
@klaus · 2020-02-27
B4ATutorialList- and scrollview
Audios for WhatsApp (CLV with 2 columns)
Audios for WhatsApp (CLV with 2 columns)
@Douglas Farias · 2020-02-25
B4ALibraryFirebase
Firebase RemoteConfig
Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update.
@DonManfred · 2020-02-25
B4ALibraryAccessibility
Accessibility Services (assisting users with disabilities, automation etc)
This is a partial wrap/library for Android''s Accessibility Services which you can read about here: https://developer.android.com/reference/android/accessibilityservice/AccessibilityService
@moster67 · 2020-02-22
B4ATutorialLinux
Run B4A in Ubuntu 19.04
Run B4A in Ubuntu 19.04
@Songwut K. · 2020-02-22
B4ATutorialInterop
B4A and PHP REST
B4A and PHP REST
@Songwut K. · 2020-02-21
B4ALibraryB4A
XmlLayoutBuilder
The standard way to build the UI in Basic4android is with the visual designer / designer script. You can also create UI elements by code. This library adds a third option which is to use xml files to define the layout. This is Google''s standard method. This option is especially useful if you want to reuse resources created for an Android Java project. All three options can be combined together.
@Erel · 2020-02-20
B4ASnippetTable/Grid
B4XTable Tricks
1) Find navigation panel and switch positions with search filed 2) Add click event to page number, the pageButton event will open a dialog to specify a target page (you need to add a B4XDialog and set B4XTable1.CurrentPage = InputTemplate.Text) 3) Light theme for search field
@William Lancee · 2020-02-19
B4ATutorialTheme
IDE Theme: Night Owl
Even though I don''t know enough to help people with B4A code, I thought that I would give back what I can and share an IDE theme with you. I ported one of my favourite VS Code themes, Night Owl to B4x and it''s attached to this post. It''s a quick-and-dirty initial conversion, and still does need a few tweaks and refinements, but most of the elements are the right colour. It''s good enough to start using, so I thought that I would upload it here - hope that it''s useful to someone.
@Cyan · 2020-02-18
B4ALibraryMQTT
jMQTT - Official Android MQTT client
jMQTT - Official Android MQTT client
@Erel · 2020-02-17
B4ATutorialB4A
A simple XUI app transfer from B4A to B4J in under 11 minutes
Here is a quick video to show how simple it can be to transfer your B4A projects to B4J when using XUI
@Peter Simpson · 2020-02-14
B4ATutorialOS
USB Cable Connection fo Xiaomi Cell phone
For anyone who has problems connecting b4a to Xiaomi mobile phones, I make the link available where I found the Google usb driver to connect xiaomi mobile phones to b4a via usb. Download the adb-setup-1.4.3.exe file, run it, the drivers will be installed (Press ''Y''+ Enter, ''Y'' +Enter, ''Y'' + Enter).
@giacomo-italy · 2020-02-13
B4ATutorialImages [COVER][CONTAIN]
ImageView Fill [cover] & Fit-Inside [contain] (B4A)
ImageView Fill [cover] & Fit-Inside [contain]
@Brandsum · 2020-02-12
B4ALibraryGPS/location/maps
Spatialite
A geo-spatial capable database, enabling fast and efficient storage and retrieval of geo-spatial data types.
@warwound · 2020-02-06
B4ATutorialGoogle
Check your app presence on Google Play
Your app has been removed on Google Play. Sample code for those who have previously installed the application not to use it again.
@Almora · 2020-02-04
B4ASnippetImages
Resize Bitmap with a maximum Byte limit
Sometimes the images we use in our Apps are overly large. In some cases, images are entered by the user and therefore we do not know the size. And to manage them we need them to fall within a certain Byte limit. How to reduce them within the limit? Here is a code that allows you to redimension the images while maintaining the proportion and returning within the Byte mitie that serves us
@Star-Dust · 2020-02-01
B4ATutorialB4A
Installing Basic4android and Android SDK
Installing Basic4android and Android SDK
@Erel · 2020-01-30
B4ALibraryImages
MediaProjectionScreenshot library
Make a screenshot of Android APi21+ system (or multiple screenshots) of the real device screen size (without black borders), it includes the virtual buttons block. The source code is published also under LGPL license: please, upload any updated lib version and its source code to this forum, if you downloaded it and updated.
@peacemaker · 2020-01-26
B4ALibraryEditText/Textview/TextArea/TextField
MaskedEditText
This EditText fixes a few issues with the standard EditText and adds new features: - Filter: you can transform any input before the text is changed; - Mask: you can define an input mask; - Read-only: you can protect your EditText against changes; - Error popup: you can display a message in a popup to warn the user
@Informatix · 2020-01-23
B4ASnippetImages
LoadBitmapResize conundrum
LoadBitmapResize conundrum
@drgottjr · 2020-01-17
B4ALibraryAudio/Video
vlcb4a
A B4A wrapper of VLC player
@Moster67 · 2020-01-14
B4ALibrarySignature
Library Check Signature
This is simple library to check signature APK.
@MarcoRome · 2020-01-13
B4ATutorialB4A
How to use NoxPlayer with B4A
It''s recomended to use a real device or the Android SDK included emulator. But if you for some reason want to use NoxPlayer as emulator it is easy!
@knutf · 2020-01-11
B4ASnippetAnimation [AGAIN]
Animation with SetLayoutAnimated [Again]
This is another example of using SetLayoutAnimated method that we can use to create animation.
@rraswisak · 2020-01-09
B4ATutorialImages
How open camera and choose imagen file from gallery of device
In this example i can take a photo or choose an image from gallery and put it in ImageView
@mrjaw · 2020-01-09
B4ASnippetAudio/Video
VideoRecordApp with FileProvider
VideoRecordApp with FileProvider
@Erel · 2020-01-07
B4ASnippetAudio/Video
FFT Test with source
A test program to detect sound. It acquires audio data from the microphone, performs an FFT and magnitude squared, then graphs the "bin" output.
@canalrun · 2020-01-06