B4ATutorialKiosk
Device Owner / TaskLock / Kiosk apps 2017
Starting from Android 5 (API 21) there is better support for kiosk applications. Kiosk applications = applications that the user cannot exit from.
@Erel · 2017-07-18
B4ATutorialKiosk
Android Kiosk mode tutorial
A better kiosk implementation is available: https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/#post-518018
@Erel · 2017-07-18
B4ALibrarySwitch
DayNightSwitch
A cute day night switch for android
@Johan Schoeman · 2017-07-17
B4ALibraryOther
card.io
Credit card scanning for Android apps
@Johan Schoeman · 2017-07-16
B4ALibraryGPS/location/maps
CalculationDistanceTime - Calculate distance and time on the road
This is a new library to calculate the distance (kilometers or miles) and time from the source point to the point of arrival by calculating and keeping presenting the traffic and the fastest route. Of course traffic data, accidents, etc. They are calculated in real time. You have two ways to use Google API or to use this library ( use Google API )
@MarcoRome · 2017-07-16
B4ALibraryAnimation
RichPath
Full Animation Control on Paths and VectorDrawables: Animate any attribute in a specific path in the VectorDrawable
@Johan Schoeman · 2017-07-14
B4ATutorialMenu
Custom Context Menu for Text Selection
This example uses inline Java with JavaObject to allow creating custom context menus when the user selects text.
@Erel · 2017-07-13
B4ATutorialList- and scrollview
ScrollView example with a Panel higher than the screen
ScrollView example with a Panel higher than the screen
@klaus · 2017-07-11
B4AClassDatabase
mysql_php class - easy way to connect webservice (security https & gzcompress)
Easy code to get select from a database using a file on server (can use https)
@scsjc · 2017-07-10
B4ALibraryMap
MapList - combining a Map and a List
A MapList is a combination of a Map and a List and implements most of the attributes and methods of both types. Why would you want to use as MapList? To have fast lookup (by Key) and to have control over the order of Values held in the MapList.
@Misterbates · 2017-07-10
B4ALibraryPDF
Pdf To Text
This library converts pdf files to txt.
@MarcoRome · 2017-07-09
B4ATutorialComms & Network
TCP/IP Server Client ServerSocket AsyncStreams
TCP/IP Server Client ServerSocket AsyncStreams
@rtek1000 · 2017-07-07
B4ALibraryGoogle
Get App Info from GP
A way to get appinfo by putting only the package name of the App
@ilan · 2017-07-06
B4ATutorialAnimation
Bouncing ball in a 3D box.
Bouncing ball in a 3D box with collision detection
@JordiCP · 2017-07-05
B4ACode moduleDatabase
DBUtils code module
Database utilities
@Erel · 2017-07-03
B4ALibraryImages
JSTouchImageView Library - pinch, pan & zoom image
TouchImageView extends ImageView and supports all of ImageView’s functionality.In addition, TouchImageView adds pinch zoom, dragging, fling, double tap zoom functionality and other animation polish. The intention is for TouchImageView to mirror as closely as possible the functionality of zoomable images in Gallery apps.
@SNOUHyhQs2 · 2017-07-02
B4ALibraryDropbox
Dropbox Sync
Dropbox has deprecated this service. Don''t use in new projects! This library wraps Dropbox Sync API. Using this API it is quite simple to store (and retrieve) data in a folder inside the user''s Dropbox account. For example if your program creates reports, you can upload the saved reports to the user''s Dropbox account. The user will then be able to access the reports from any Dropbox client. Dropbox library is responsible for the communication and the synchronization.
@Erel · 2017-07-02
B4ALibraryProgress/Gauge/Loading
SectorProgressView and ColorfulRingProgressView
SectorProgressView and ColorfulRingProgressView
@Johan Schoeman · 2017-07-01
B4ALibraryViews - additional
ChatHead wrapper
These views are not "normal" views in the sense that they don''t need to be in an activity, but are added diectly to the WindowManager. This allows for special uses, such as pop-up notifications which the user can interact with or simply discard. But also special care must be taken.
@JordiCP · 2017-07-01
B4ATutorialInterop
Receiving shared images from other apps
This example shows how to create an app that can act as a sharing target. It will be listed in the list of apps that show when the user shares an image.
@Erel · 2017-06-26
B4AToolABMaterial [ABMONITOR]
Profiling your B4J/B4A apps ''live'' [ABMonitor]
Using a very simple API, you can track how long the code execution time is, the times hit, average time, memory usage etc for nearly everything you want.
@alwaysbusy · 2017-06-26
B4ALibraryAmazon
AMAZON WEB SERVICES S3 V4 Signature Calculator
The attached zip contains a code module that calculates V4 signatures for Amazon Web Services (AWS) Simple Storage Service (S3) REST API requests, enabling creation of AWS S3 PUT/GET/DELETE requests. You basically just plug in the properties necessary for a signature calculation and call Signature. The accompanying example code has 4 worked examples that actually generate the signatures the AWS documentation says they should. There is extensive in-line documentation.
@JackKirk · 2017-06-26
B4ALibraryFirebase
GeoFire - Store and request Locations in a Firebase Realtime Database
GeoFire - Store and request Locations in a Firebase Realtime Database
@DonManfred · 2017-06-25
B4ALibraryImages
EmoijIX
This library help using apple style emojis on your android application the easiest way. Unlike emojicon, this libriry is non-invasive. Just need to add only a little code to your project. Another thing you need to know is that this library will increase your apk size about 5 MB, because it contains all emoji icon files.
@DonManfred · 2017-06-24
B4ATutorialB4A
B4A Book Updated to Version 7.01
B4A Book Updated to Version 7.01
@PhilipBrown · 2017-06-21
B4ASnippetGoogle
GoogleDrive via API V3
GoogleDrive via API V3
@mw71 · 2017-06-18
B4ATutorialList- and scrollview
ULV - combining drag/drop and swipe to delete with a hierarchical data structure
The attached example presents the user with a two-level hierarchical view of data and uses ULV to implement the following: •Showing the hierarchy using indentation of sub-items •Drag/Drop reordering of items in the hierarchy •Swipe left/right to delete items
@Misterbates · 2017-06-17
B4ALibraryBarcode/scan
Barcode Scanner - Wrapper for Manatee Works SDK
I have created a wrapper for the ManateeWorks SDK. You can download the APK from here: https://www.dropbox.com/s/mp3wqayepuxj9e2/manteeb4awrapper.apk?dl=0
@Johan Schoeman · 2017-06-17
B4ALibraryViews - additional
LEDView
LEDView
@DonManfred · 2017-06-15
B4ASnippetFile xfer
Download image or file from a website
Download image or file from a website
@Erel · 2017-06-15