B4ALibraryImages
Amir_Glide
Glide is an image loading and caching library for Android focused on smooth scrolling.
@alimanam3386 · 2018-12-03
B4ATutorialIcons / fonts
Setting custom font for whole application without any library
How to add a custom font for the whole application without any library or extra code.
@Brandsum · 2018-12-02
B4ASnippetJSON [ISJSON]
Check if a string is valid Json [isJson]
Check if a string is valid Json [isJson]
@Douglas Farias · 2018-12-02
B4ASnippetStrings [IS_CPFOUCNPJ]
Check if a string is CPF or CNPJ [is_CpfouCnpj]
Check CPF or CNPJ (Brasil - people or companies)
@Douglas Farias · 2018-12-02
B4ASnippetBase64 [ISBASE64]
Check if a string is Base64 [isBase64]
Code to check if a string is base64 hash.
@Douglas Farias · 2018-12-02
B4ALibraryGame
Game Sprite Library
Game Sprite Library
@Jim Brown · 2018-12-01
B4ALibraryImages [OR OTHER DIR]
Camera Folder [or other dir] Image File Chooser - XUI - xCLV
I needed an image picker to get camera photos when the user took pictures outside my app - but wants to include these camera images (one or more)... You can modify to choose any type of file. Scales to any device density.
@Harris · 2018-12-01
B4ATutorialDatabase
SQLiteLight four simple SQLite projects
SQLiteLight four simple SQLite projects
@klaus · 2018-11-29
B4ATutorialDialogs
Dialogs library 2017 - Custom dialogs and async methods
Dialogs library 2017 - Custom dialogs and async methods
@Erel · 2018-11-26
B4ASnippetSocial [AND NOT]
Share text messages in all social [and not] apps
Here is a code I developed with cooking and mixing of given recipies... Share text (you can include URIs) in every social app and more... Use it in activities.
@hatzisn · 2018-11-25
B4ASnippetAudio/Video [DELAY MIDICODE FROM TIME]
midiDeltaFromLong [delay midicode from time]
midiDeltaFromLong [delay midicode from time]
@Hans- Joachim Krahe · 2018-11-25
B4ALibrarySocial
Add your own StickerPack to Whatsapp - Sticker4W
If you would like to design your own stickers for WhatsApp, you can package them in an Android app. You will need to distribute your app via the Google Play Store or another mechanism. Users who download and install your sticker app will be able to add your stickers to their WhatsApp sticker picker/tray, and start sending those stickers from within WhatsApp. A separate app is necessary and it will reside on your phone''s home screen just like any other app. Stickers on WhatsApp must be legal, authorized, and acceptable. Learn more about acceptable use of our services at https://www.whatsapp.com/legal/#terms-of-service.
@DonManfred · 2018-11-24
B4AClassB4A [B4J SOURCE CODE]
MultiB4aBridge [B4J source code]
A (coarse) software to install an apk on multiple devices at a time connected via B4A-Bridge.
@LucaMs · 2018-11-23
B4ALibraryViews - effects
RippleEffect
This library wraps this open source project: https://github.com/traex/RippleEffect License: https://github.com/traex/RippleEffect/blob/master/LICENSE.txt You can use it to add ripple effects to views.
@Erel · 2018-11-21
B4ASnippetMaths
Unique combinations of m objects from a set of n
A fast combination algorithm
@William Lancee · 2018-11-18
B4ASnippetGoogle
Get device''s Google Account
I recently needed to check for device''s google account and I was not able to get it done with Erel''s code. I was not getting any results. So a little search on the Internet and a little mixing of the soup and voila
@hatzisn · 2018-11-17
B4ASnippetB4A
Automatically set the text size
This is based on a nice new feature in Android Support library. It automatically adjusts the view''s text size to make it fit. You can call it with any of the following views: Label, Button, CheckBox, RadioButton, ToggleButton. Note that the size will change whenever you set the text.
@Erel · 2018-11-14
B4AToolB4A
Native Library Generator
B4A Native Library Generator (C++ to B4A)
@wonder · 2018-11-13
B4ATutorialB4A
How to fix the multiple native libraries problem
Error: It might happen that, when combining multiple native (JNI) libraries, your Android app will crash with an UnsatisfiedLinkError. Why does this happen? Well long-story-short, your libraries differ from each other in terms of ABIs (target CPU architecture). For a detailed explanation, please follow the link below (also attached in PDF format). https://www.neotechsoftware.com/blog/native-libraries-part-i-common-pitfalls
@wonder · 2018-11-10
B4ASnippetComms & Network
Check Internet Connection 2
I made some modification to be work fine even if you are connected to network but no internet
@HAH · 2018-11-10
B4ATutorialGoogle
Solution for: Google Sign In Error 12500 x Internal Testing
If anyone is using the Google Play''s Internal Testing feature to make your app available for selected users, be aware that Google changes the app and therefore the APK signature - so Firebase-based services that require SHA-1 signature will NOT work properly.
@Marcus Araujo · 2018-11-07
B4ASnippetDatabase [DELETE ALL]
DBUtils: clear table [delete all]
DBUtils: clear table [delete all]
@peacemaker · 2018-11-07
B4ASnippetMaths
Ordinal Formating
I recently need to format numbers as 1st, 2nd, ... 121st, … So I wrote these routines.
@Robert Valentino · 2018-11-05
B4ALibraryViews - additional
DesignSupport
This library is a wrapper to some of the objects of Googles Design Support library. Currently it supports: •Snackbar - The new modern toastmessages •TabLayout - The new material like tabs with fixed tabs and scrolling tabs feature. Works standalone or together with AHViewPager library. Supports icons as tabs and custom layouts for the tabs. The Tablayout has B4A designer support.
@Corwin42 · 2018-11-05
B4ATutorialWear
Android Wear Install App via Bluetooth
Many people have problems to install there wear app to his watches. I list the steps that are needed so that you can quickly look up when you need it.
@Alexander Stolte · 2018-11-05
B4ASnippetButton
adding Material icons to button text
The MaterialIcons font is handy for creating icon-only buttons. You can do this right in the Designer. If, however, you want to add an icon to some existing button text (say, a "Save" button with a checkmark before the "Save" text), you can''t do this directly in the Designer because the Material font only offers uppercase letters. So here''s a subroutine that takes any existing button with any existing text (e.g. "Save") and prefixes it with a Material icon. It uses CSBuilder to build a CharSequence containing both parts, then assigns that as the button''s new text.
@Dave O · 2018-11-04
B4ALibraryProgress/Gauge/Loading
StepView
Step by step,just use HorizontalStepView,VerticalStepView. step indicator,flow indicator,timeline,order process,express status
@jahswant · 2018-11-02
B4ALibraryIn-App Billing
InAppBilling30
Google Play In-app Billing (v3) service
@Erel · 2018-10-28
B4ATutorialProgress/Gauge/Loading
fuel gauge
fuel gauge
@WhoIsShmoove · 2018-10-27
B4ATutorialGPS/location/maps
Gnss Status Updates
Starting from Android 7 we can extract more information about the satellite navigation status. GPS is the first satellites system (the American system). There are several more systems now available. Android supports all kinds of systems: https://developer.android.com/reference/android/location/GnssStatus The attached project is based on the GPS example. It uses inline Java to add a listener to the GnssStatus callback.
@Erel · 2018-10-26