B4JLibraryBAnano [BANANOPDFMAKE]
Client Side PDF Document Generation [BANanoPDFMake]
Client Side PDF Document Generation [BANanoPDFMake]
@Mashiane · 2019-11-12
B4XTutorialBAnano [BANANOPHASER]
Basic Phaser Games Development with BANano [BANanoPhaser]
Basic Phaser Games Development with BANano [BANanoPhaser]
@Mashiane · 2019-11-11
B4XTutorialBAnano [BANANOPHASER 0.2]
Approximately : How good are your eyes? [BANanoPhaser 0.2]
Approximately : How good are your eyes? [BANanoPhaser 0.2]
@Mashiane · 2019-11-11
B4AClassOS
Fingerprint Authentication
This class uses inline Java to access the fingerprint API introduced in Android 6.It will only work on Android 6+ devices.
@Erel · 2019-11-10
B4XTutorialBAnano [BANANOPHASER 0.2]
Dino Dash [BANanoPhaser 0.2]
Dino Dash [BANanoPhaser 0.2]
@Mashiane · 2019-11-10
B4ASnippetAudio/Video
Choose audio file and play with MediaPlayer
Although the use case (see title) sounds trivial, it took some time to get the result. The search returned many hits on the topic, from which the last valid "Single Point of Truth" could be found. The obstacles were the read permission and the path provided by the ContentChooser. Thanks to Erel''s "GetPathFromContentResult()" the path format expected by the MediaPlayer could be determined.
@fredo · 2019-11-10
B4RTutorialB4R LCD/TFT
Use and change font in rAdafruitGFX for TFT screen
Use and change font in rAdafruitGFX for TFT screen
@derez · 2019-11-09
B4ATutorialGPS/location/maps
Upgrading a Google Maps app to targetSDK 28
Upgrading a Google Maps app to targetSDK 28
@junglejet · 2019-11-09
B4ALibraryTable/Grid
TableView Sort Icons
When I use Flexible Table (https://www.b4x.com/android/forum/threads/class-flexible-table.30649/), most times I forget to include the sorting icons in fileassets. Furthermore, I wanted a dynamical way of creating such icons, so I modified the library code. If you find useful, please include in future versions.
@advansis · 2019-11-08
B4ASnippetWebView
WebViewExtra: Call B4A Sub from WebView
WebViewExtra: Call B4A Sub from WebView
@rraswisak · 2019-11-06
B4ALibraryImages
ImageInternetChooser: pick image icon up from Internet directly
End-users of some apps may need to choose small icons to save it into app''s database. But there was no tool to choose a needed icon in 2-3 taps, but the Internet is always under finger. It seems, now it''s possible.
@peacemaker · 2019-11-06
B4JTutorialBAnano [BANANO]
Exploring BANanoObject.GetFunction & Execute [BANano]
Exploring BANanoObject.GetFunction & Execute [BANano]
@Mashiane · 2019-11-06
B4JSnippetSystem Tray
displayMessage & Tray App Icon
You can use displayMessage to show a task bar message
@tchart · 2019-11-06
B4ISnippetOther
iOS - TouchID
This code will allow to use the TouchID (Fingerprint) in your app.
@narek adonts · 2019-11-05
B4ASnippetOther
Get relative view position
These two subs will get the positions of a view relative to the activity, regardless of how many parent panels it is nested in.
@stevel05 · 2019-11-05
B4JLibraryBAnano [BANANOOXML]
Client Side Excel Report Generation [BANanoOXML]
Client Side Excel Report Generation [BANanoOXML]
@Mashiane · 2019-11-03
B4ALibraryThread
ThreadExtras
This is a simple library i want to share. It wraps three thread related java classes: AsyncTask, Process, Runnable
@warwound · 2019-11-01
B4ALibraryInterop
NamedPipe
This is a simple to use library that enables you to create a NamedPipe. Your NamedPipe can be used to send and receive bytes from one process to another process.
@warwound · 2019-11-01
B4ALibraryB4A
AsyncTask
This library wraps the android AsyncTask class. AsyncTask enables proper and easy use of the UI thread. This class allows you to perform background operations and publish results on the UI thread without having to manipulate threads and/or handlers. An asynchronous task is defined by a computation that runs on a background thread and whose result is published on the UI thread. An asynchronous task is defined by 3 generic types, called Params, Progress and Result, and 4 steps, called PreExecute, DoInBackground, ProgressUpdate and PostExecute.
@warwound · 2019-11-01
B4XSnippetUID [B4X]
UUID version 4 Generator [B4X]
UUID version 4 Generator [B4X]
@mcqueccu · 2019-10-31
B4JSnippetBAnano [BANANO]
Sharing the goodness [BANano]
Thought I should create my own easy reference list of stuff I''ve posted here about BANano.
@Mashiane · 2019-10-31
B4ATutorialIRC / IM
Responsive Chat Example
I made this example for a chatbot app here on brasil and now i want to share it here.
@Douglas Farias · 2019-10-31
B4ATutorialGame
POU Game example
POU Game example
@Douglas Farias · 2019-10-31
B4XSnippetUID [B4X]
GUID [B4X]
How to generate a GUID
@Erel · 2019-10-31
B4IClassCamera
Getting/saving photos with metadata
Small class (BitmapEx) for following tasks 1) Getting photos with metadata similar Camera app 2) Disable autorotate (not all external viewers understand "orientation")
@Semen Matusovskiy · 2019-10-31
B4ATutorialGame
2D Car game Example
2D Car game Example
@Douglas Farias · 2019-10-31
B4JSnippetOS
Managing Hidden Jar Processes
I made this program mainly to view and kill Jar processes that are hidden (non - UI)
@Philip Chatzigeorgiadis · 2019-10-29
B4JTutorialBAnano [BANANO]
Debugging your SPA-PWA on an Actual Device: Android Phones [BANAno]
Debugging your SPA-PWA on an Actual Device: Android Phones [BANAno]
@Mashiane · 2019-10-29
B4XTutorialB4X [B4X]
SELECT - don''t waste tags [B4X]
Determine the sender in an event sub from the Sender object instead of using a tag
@LucaMs · 2019-10-28
B4ITutorialGPS/location/maps
Geofence - Monitoring a region
This example extends iLocation library to allow monitoring regions in the background.
@Erel · 2019-10-28