B4ASnippetB4A
JarFileLoader: Embed Files to Libraries
JarFileLoader: Embed Files to Libraries
@Mashiane · 2017-01-19
B4ASnippetTable/Grid
cGrid
cGrid class and cGridx (code module) to have a scrolling grid
@Robert Valentino · 2017-01-19
B4ALibraryAudio/Video
Advanced Audio (AAC) and MP3 Stream Decoder
Now you are able to play AAC radio streams in background (as a Service). This is not a wrapper, but usage of JavaObject to expose Events and Classes from library. You can also create wrapper from B4a alone.
@Pendrush · 2017-01-19
B4ALibraryPane(l)
Accordion Panels CustomView Library
Accordion Panels CustomView Library
@smercan · 2017-01-19
B4ALibraryMenu
GSContextMenu v1.0
ContextMenu
@lonleystar · 2017-01-17
B4ALibrarySeekbar
Croller
A circular seekbar for Android, with a control knob
@Johan Schoeman · 2017-01-17
B4ASnippetEncryption
AES 128 Key generation
Instead of generating AES keys using just Agraham''s Encryption library, we can improve it, specify the length of the key (128, 192 or 256) and the Bouncy Castle provider using Javaobject and Reflection library
@Javier Alonso · 2017-01-16
B4ALibraryAudio/Video
VusikView
VusikView
@Johan Schoeman · 2017-01-14
B4ALibraryAnimation
SharedElementTransition library - Create Material Design transitions between Activities
Create Material Design transitions between Activities. With this library (or class module) you can create so called "Shared Element Transitions" between Activities. Many times there are elements common between activities. With this library you can move these elements to their new location and resize them in a nice animation while starting a new activity.
@corwin42 · 2017-01-14
B4ATutorialWeather
Parse JSON Weather Files from openweathermap.org
Parse JSON Weather Files from openweathermap.org
@ELCHARO · 2017-01-13
B4ALibraryTable/Grid
AMTileView 1
AMTileView 1
@Mashiane · 2017-01-13
B4ALibraryPDF
Java-fPDF library - Create PDF files in B4A
Create PDF files in B4A
@Andrew (Digitwell) · 2017-01-11
B4ALibraryColour
Palette - Create color palette from bitmap
For some (Material Design) color effects it is important to create a color palette or just a Highlight color from a Bitmap. Google added the Palette Class for this to the support library. This is a wrapper for this class.
@corwin42 · 2017-01-10
B4ALibraryCardView
CardView - Wrapper for the standard Android CardView
Since there were some problems in the past with MSCardView library I created my own version.
@corwin42 · 2017-01-10
B4ALibraryIRC / IM
ChatMessageView
This library aims to provide a chat UI view for Android.
@DonManfred · 2017-01-07
B4ATutorialFirebase
Firebase Messaging: Chat app without server
An example how to communicate between devices via FCM without a server in the middle
@KMatle · 2017-01-06
B4ALibraryAudio/Video
VideoView optimized for orientation-change
This is really not a new library but a way to show how to to use VideoView optimized for orientation-change and make your VideoView-app behave more professionally. I have seen many apps showing a VideoView in portrait-mode and when you change the orientation into landscape-mode, the video continues to play smoothly (without interruption) and at the same time the video is being resized properly from a smaller screen in order to fill up the screen properly. This works also in the other direction.
@Moster67 · 2017-01-05
B4ALibraryStrings
RichString
Format individual characters within strings for display in Views.
@Agraham · 2017-01-05
B4ATutorialXML
XML Parsing with the XmlSax library
It is simpler to parse XML with Xml2Map class: https://www.b4x.com/android/forum/threads/b4x-xml2map-simple-way-to-parse-xml-documents.74848/ ; XML Parsing with the XmlSax library
@Erel · 2017-01-04
B4ALibraryNotifications
NotificationBadge - dont get confused with the android Notifications...
A notification badge with animation.
@DonManfred · 2017-01-04
B4ALibraryPDF
PDF - Create PDF using android.jar built-in methods
Contains classes for manipulation of PDF content.
@DonManfred · 2017-01-03
B4ASnippetNotifications
NotificationListener get small icon
I have been using notificationListener for a while now and could not find the way on how to get the small icon, so I''m sharing this code that works for me, it gets the small icon but not the background color (don''t know how to get it).
@jtare · 2017-01-03
B4ASnippetDrawing
Fireworks
Fireworks
@BeneBarros · 2017-01-03
B4ALibraryDrawing
DrawingView
DrawingView is a simple view that lets you draw on screen using your fingers and lets you save the drawings as images.
@somed3v3loper · 2017-01-03
B4ATutorialAndroid Things
Android Things - Getting Started
Android Things is a new project of Google that extends the Android OS to SoC (System on a Chip) boards such as Raspberry Pi and Intel Edison.
@Erel · 2017-01-03
B4ALibraryWebView
AdvancedWebview
Enhanced WebView component for Android that works as intended out of the box
@DonManfred · 2017-01-03
B4AClassTreeView
TreeView class v7
Display of data in a tree (like File Manager).
@Derez · 2017-01-02
B4ALibraryIcons / fonts
Fontometrics - apply any of 24 different fonts/typefaces to for eg B4A Label and EditText views
Android Library to use Custom Fonts with Ease. Use Customs Fonts in your Android project without adding any .ttf/.otf in Assests Folder.
@Johan Schoeman · 2016-12-31
B4ALibraryList- and scrollview
FoldingCell
Listview cell that expands when tapped
@DonManfred · 2016-12-30
B4ATutorialFile handling
App to sync photos using FileObserver library
App to sync photos using FileObserver library
@jsanchezc · 2016-12-29