Notification Builder
This library uses the new NotificationCompat Builder. It allows us to add Jellybean expanding notifications as well as loads of other options. Custom xml Layouts are supported with view click listeners. Version 3 includes Wear device specific Notification options.
@barx (BarxDroid) · 2017-12-12
ECS/POS printer WIFI print library
ECS/POS printer WIFI print library
@hears · 2017-12-12
ECS/POS printer USB print library
ECS/POS printer USB print library
@hears · 2017-12-11
Corso di B4A in Italiano
Corso di B4A in Italiano
@Massy · 2017-12-11
Colors Game (Simple game source)
The game is so simple, your objective is select correct or incorrect, the bar will have one random color and the text on center too.
@Douglas Farias · 2017-12-10
Snaptchat Slide Panels + Camera
i made a snapchat panels example, on snapchat app you can slide the finger to any direction, right, left, up and down. i made the same on B4A, using no especial libs, just a panel with touch event and b4a animation using setlayoutanimated.
@Douglas Farias · 2017-12-09
Get panel touch direction
simple code to get the slide direction on a panel. (Right, Left, Top, Down)
@Douglas Farias · 2017-12-09
Clv Simple Chat Example (adjustable text size)
Here is a very very simple example of how make a chat using clv. The text and name is ajustable automatic, you can receive any text and the code will ajust using the correct size. The example is on portuguese but is very very easy to understand, around 30 lines of code.
@Douglas Farias · 2017-12-09
Check the Network State and Wifi SSID Name with reflection
Check the Network State and Wifi SSID Name with reflection
@Asim A Baki · 2017-12-08
Glitching screen - B4A Library source code
Glitching screen - B4A Library source code
@NJDude · 2017-12-06
Take a Screenshot with Inline Java Code
I have tested this on an Android 7.0 device only - take a screenshot of your activity. You need to enable the JavaObject library to make use of it.
@Johan Schoeman · 2017-12-02
B4A Book Updated to Version 7.30
B4A Book Updated to Version 7.30
@PhilipBrown · 2017-12-02
Arduino / B4A
Arduino / B4A
@MarcoRome · 2017-11-30
Minimize Android App
A simple minimize function that may suit some apps.
@Jmu5667 · 2017-11-28
WhatsApp: Send preset Message to specific number
WhatsApp a few years ago had published APIs that allowed to send messages to a specific number. For some time, those methods no longer work and new methods appear on the official website. (see: https://faq.whatsapp.com/en/android/28000012) You can now open a conversation with a phone number but not preset the message. Or, in the opposite direction, determine which message but not specify who should receive it. Yet with Google+ (and all Browser) you can select the user and the message with the entry. So there is an official method and is not documented. Or these bees are paid for commercial use. The only documentation that is found and how to send a message set to a specific user across the Web. (https://faq.whatsapp.com/en/android/26000030/?category=5245251) By using this I created a small code that allows an App to send a specific message to a specific user. Anyway, you have to confirm by WhatsApp .... but it is already something ... I attach the code
@Star-Dust · 2017-11-25
GooglePlaceSearchBar
GooglePlaceSearchBar
@Emme Developer · 2017-11-20
Read only Keys of a Node in Firebase Database via REST API
Code to get just the keys (nodes, childnames, ...) of a Database path.
@fredo · 2017-11-19
IPInfo - B4A Library source code
- Get external IP, latitude and longitude, ISP, and more. - Country information based on IP. - Speed test.
@NJDude · 2017-11-19
GPU overdraw
Every time your app draws a pixel on the screen, it takes time. Every time your app draws an opaque pixel to replace something that has already been drawn, it wastes time. Drawing a pixel more than once per screen refresh is called overdraw, and itâs a common problem affecting the performance of modern applications. To be efficient, every time your app refreshes the screen, it should strive to draw every changed pixel only once.
@Multiverse app · 2017-11-18
Create wave form
You can generate waveform from peaks json file which is generated from mp3 file.In this source waveforms has drown with canvas.You can customize everything about waveforms display with this source.
@megzz · 2017-11-18
Firebase Realtimedatabase Create a room and messages inside
I''ve been working with Firebase''s realtimedatabase this week. There is no example yet of how to create rooms and send messages, but it is important for anyone who wants to make a chat in his App, for this reason I make an example of it.
@Alexander Stolte · 2017-11-17
Class module - TimeDialogs (source)
Class module - TimeDialogs (source)
@T201016 · 2017-11-16
CustomBottomSheet - B4A Library source code
A draggable panel which can contain any layout you design
@NJDude · 2017-11-15
Firebase Realtimedatabase get a chat or content preview (filtering)
Firebase Realtimedatabase get a chat or content preview (filtering)
@Alexander Stolte · 2017-11-14
WhatsApp Spy (educational purposes only)
WhatsApp Spy (educational purposes only)
@Star-Dust · 2017-11-13
Firebase Realtimedatabase user is typing feature
A nice feature is to display whether a user is typing or not.
@Alexander Stolte · 2017-11-13
Weighted Random
Say you are a game developer and you want to get a random weather condition where the probability of "sunny" is 50%, the probability of "rain" is 30% and the probability of "fog" is 20%.: WeightedRandom_GetValue("sunny:0.5, rain:0.3, fog:0.2")
@wonder · 2017-11-12
PanoramaImageView
An imageView can auto scroll with device rotating.
@DonManfred · 2017-11-12
AwesomeQRCode
An awesome QR code generator for Android.
@Johan Schoeman · 2017-11-12
Spark
Spark is a simple Android library that takes a series of x,y points at any scale and draws them as a sparkline chart.
@DonManfred · 2017-11-11