ParsGonioView(GonioView)
Simple Android view to represent an angle (Goniometry).
@mshafiee110 · 2019-11-26
ParsDoorSignView(DoorSignView)
Create static door signs using DoorSignView or, if you''re into fancy things, give a try to AnimatedDoorSignView for adding a cool animation based on the device orientation sensor(s).
@mshafiee110 · 2019-11-26
ParsBottomSheetBuilder
A simple library that creates BottomSheets according to the Material Design specs: https://material.google.com/components/bottom-sheets.html
@mshafiee110 · 2019-11-26
Bottom Popup Drawer
Bottom Popup Drawer
@maddy · 2019-11-26
Wrapper for Doki/Don''t Kill My App
If you have worked on an app that has a service that needs to be running all the time, you must have gone through the delightful experience of different phones killing your background service in different ways, despite taking all the corrective measures.
@Inman · 2019-11-23
Consent Code Class
Display privacy policy webpage and then user has to Accept or Deny
@Robert Valentino · 2019-11-23
How to connect to SQL Server using jtds-1.3.1.jar
How to connect to SQL Server using jtds-1.3.1.jar
@MrKim · 2019-11-17
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
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
Upgrading a Google Maps app to targetSDK 28
Upgrading a Google Maps app to targetSDK 28
@junglejet · 2019-11-09
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
WebViewExtra: Call B4A Sub from WebView
WebViewExtra: Call B4A Sub from WebView
@rraswisak · 2019-11-06
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
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
ThreadExtras
This is a simple library i want to share. It wraps three thread related java classes: AsyncTask, Process, Runnable
@warwound · 2019-11-01
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
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
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
POU Game example
POU Game example
@Douglas Farias · 2019-10-31
2D Car game Example
2D Car game Example
@Douglas Farias · 2019-10-31
Sudoku Solver Collaborative Project
I created this as a ''lazy'' Sudoku solver and it developed a bit by adding in brute force auto-solving.
@rodmcm · 2019-10-24
Taking SquareRoot in SQL
SQLite doesn''t have SQTR as a standard function, so you would normally do this in code. There is a way though to do this in SQL with a CTE.
@RB Smissaert · 2019-10-22
Using an external jar library
Using an external jar library
@menneaduplo · 2019-10-14
Msgbox with timeout 2
MsgBox with timeout (cancel) for Android.
@peacemaker · 2019-10-10
Kiosk helper
Really simple lib to help in kiosk apps. Sole purpose : disable the statusbar on top (which is impossible to do...). So, try to hide it really fast when the user drags it down. Had a report of not working, but on my two devices, it seems to do it''s job, so testers needed.
@vpires · 2019-10-10
HBRecorder [Screen recorder]
Lightweight screen and audio capturing Android library
@somed3v3loper · 2019-10-10
OreoHotspot [No password or SSID change]
OreoHotspot [No password or SSID change]
@somed3v3loper · 2019-10-07
Decimal Number to Greek Words - Olografos
Decimal Number to Greek Words - Olografos
@makis_best · 2019-10-07
Before and after image slider
The library uses Glide for image loading
@tuhatinhvn · 2019-10-07
Testing for working Internet connnection
Testing for working Internet connnection
@Derek Johnson · 2019-10-06