B4ASnippetAction Bar, Drawer, etc
SetNavigationBarColor - Change code of Navigation Bar by Code
I use this function to change color of the Navigation Bar (SDK > 21 = Android 5+) in some screens of my app that use Theme.Holo.Light.
@asales · 2018-01-16
B4ATutorialB4A
Mastering Shadows in Android
Mastering Shadows in Android
@Multiverse app · 2018-01-16
B4ALibraryYouTube
YouTube V3
Search YouTube
@MarcoRome · 2018-01-14
B4ALibraryJSON
MessagePack Library
MessagePack library. Serialize and unSerialize. With 3des / password encryption. From https://msgpack.org/
@victormedranop · 2018-01-14
B4ATutorialB4A
How to disable keyboard suggestions
There are numerous threads in the forum about this, but I didn''t have much luck with them. I wanted to disable the suggestions, but they always showed. I saw one suggestion setting the field to be for email, which disabled the suggestions - but that''s clearly just a dirty workaround. This is the relevant documentation: android:inputType
@Sandman · 2018-01-12
B4ATutorialB4A
Different examples with 2 layouts
Different examples with 2 layouts
@klaus · 2018-01-12
B4AClassIntent
Custom Share Intent
Custom Share Intent
@Emme Developer · 2018-01-09
B4ASnippetColour
Designer Colours
These are the colours used in the designer which has a very nice drop down pickable list together with names.
@PhiloSophical · 2018-01-08
B4ALibraryAudio/Video
Vitamio 5
This is an update of Vitamio and wraps version 5.0.2 of Vitamio.
@Moster67 · 2018-01-06
B4ALibraryRSS
RSS Parser
This is an Android library to parse a RSS Feed.
@DonManfred · 2018-01-06
B4ALibraryHome automation
IR Remote RGB Controller for SMD3528/5050/5730/5630/3014 RGB LED Strip Lights
This project is a replacement for the IR remote control for the SMD3528/5050/5730/5630/3014 RGB LED Strip Lights (see here). Your device needs to support an IR Blaster (such as Samsung S4 mini).
@Johan Schoeman · 2018-01-06
B4ASnippetStrings
Binary2String
String to Binary and Binary to String.
@ilan · 2018-01-05
B4AClassPreferences
TIniFile - INI file handler class
This is a class for handling Configuration Settings (INI) file like in MS Windows. I follow Delphi''s names. Perhaps anyone comes from Delphi/Lazarus like me want to use TIniFile in B4A. It is a simple code, but it''s just enough for my current need. You may use, modify, or distribute anyway you want. If would be great if you inform me for any enhancement.
@Xenno · 2018-01-04
B4ALibraryNFC
NFC library
Edit: The latest version of this library is an internal library preinstalled with the IDE
@Erel · 2018-01-04
B4AToolB4A
B4A Sdk Manager v3.20 - Adds support for Google based AVDs
This update is for developers using B4A v7.80. It can be downloaded here: www.b4x.com/android/files/B4ASdkManager320.zip Unzip it and copy the jar to the installation folder (under Program Files (x86)\Anywhere Software\Basic4android). With this update it is possible to create (fast) AVDs based on Google API system images. The main benefit is that it allows creating AVDs running Android 8.
@Erel · 2018-01-01
B4ATutorialList- and scrollview
Cards list with CustomListView
This example uses xCustomListView to implement a list of cards. As the items layout is created with the designer, it is simple to implement any layout you like. You can also combine different types of items in the same list.
@Erel · 2017-12-31
B4ALibraryComms & Network
PhilipsHUE SDK - Control your HUE System
PhilipsHUE SDK - Control your HUE System
@DonManfred · 2017-12-30
B4ASnippetAudio/Video
Change Pitch of Wave File Playback using SoundPool
Change Pitch of Wave File Playback using SoundPool
@Danamo · 2017-12-29
B4ALibraryEncryption
Manam RSA
I recently created this class for a particular project, you can use it , you can google the RSA algorithm for more information.
@alimanam3386 · 2017-12-27
B4ATutorialB4A
jarsigner error: java.security.SignatureException: private key algorithm is not compatible
Private sign keys created with B4A v7.80 or less together with Java 8u151+ will fail with the above error message. Note that it does not affect existing keys. It is related to a change in the default key size. It is fixed for the next update of B4A. As a workaround you can switch to Java 8u144: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html Or create the key from the command line
@Erel · 2017-12-27
B4ALibraryB4A
AppShortcuts - a Helper to define Dynamic shortcuts
This Library help you to define dynamic shortcuts for your app. A Device with Android 7.1 (Api 25) is needed to use this library.
@DonManfred · 2017-12-27
B4ASnippetEditText/Textview/TextArea/TextField
Change EditText Colors
Change EditText Colors
@Erel · 2017-12-26
B4ALibraryOS
Device Information
CPU information: (Displayed in ListView1 of the attached project) 1. Maximum CPU Frequency 2. Minimum CPU Frequency 3. Current CPU Frequency (Displayed in ListView2 of the attached project) 1. The number of cores 2. Combined utilization of all cores (%) 3 to x. The utilization of each individual core (%) The two ListViews are updated every 500ms via a timer.
@Johan Schoeman · 2017-12-24
B4ATutorialB4A
Simple previous-next example
Simple previous-next example
@Almora · 2017-12-21
B4AToolB4A
Free Code Snippets Manager
I found in the forum "Android Code Snippets" many programming tricks. As I program for Windows and I like to have access to my local tips, I realized an application (French/English) which includes these code snippets.
@Grinaute · 2017-12-21
B4ASnippetPermissions
AddPermission - A list of permissions in Android
AddPermission - A list of permissions in Android
@DonManfred · 2017-12-21
B4ATutorialB4A
GUI SDK Manager for newer versions of Android tools
Edit: If you are using B4A v7.8+ then a newer version of B4A Sdk Manager is preinstalled. Follow these instructions instead: https://www.b4x.com/b4a.html#installation The GUI interface of Android SDK Manager has been removed in the latest version of Android SDK. It was replaced with a command line tool named sdkmanager.bat. Most developers, including new B4A developers, still use a version which does include the GUI interface, as the B4A download page points to an older version.You can continue to use the currently installed Android tools. A custom tool named B4A SDK Manager is provided as an alternative for developers who like to upgrade
@Erel · 2017-12-20
B4ATutorialImages
Select,Upload,Display,Delete image from Server
In this example (Select an image from gallery and display it, Resize the image, Save the image from Imageview to app''s folder, Upload the image to the server, Display the image from the server, Delete the image from the server and last choice Delete all images from the server.
@MohammadNew · 2017-12-19
B4ASnippetFirebase
Send notifications to one of two apps in the same project at firebase
Send notifications to one of two apps in the same project at firebase
@fabricio · 2017-12-13
B4ATutorialImages
Raindrop/Snow effect
Using a timer to make a raindrop or snow effect.
@hongbii khaw · 2017-12-12