aSyncStream and flush
aSyncStream and flush
@Star-Dust · 2023-03-09
aSyncStream and flush
To get multiple media files and folders via MediaStore [info and paths]
App uses OBD2 Bluetooth plug, it has ELM327 V2.1 IC that connects to all OBDII protocols. The app reads common PIDs, DTC (faults) and VID. To add PID you can use https://en.wikipedia.org/wiki/OBD-II_PIDs#Bitwise_encoded_PIDs Code based on bluetooth example.
App uses OBD2 to USB from Ebay, it has ELM327 V1.5 IC that connects to all OBDII protocols. The app reads common PIDs, DTC (faults) and VID. To add PID you can use https://en.wikipedia.org/wiki/OBD-II_PIDs#Bitwise_encoded_PIDs Code uses felUsbSerial lib.
ReadOnly EditText
Markdown Engine For B4A
Get the expiration time from firebase JWT token
Lock Screen Rotation
Changing the action bar, status bar and navigation bar colors is done with resources set in the manifest editor.The following code is fully supported by Android 5+ devices but it will also work properly on Android 4 devices.
Register User example using HttpUtils2
SQLite Using Vacuum Into To Make a Copy of an Open DB
Bresenham Line Algorithm. Linear interpolation. [algorithm]
Page Indicator [XCustomListView]
B4A app to control inputs and outputs of Arduino connected to Bluetooth module HC-05
Fighting with sending HTML-content to Outlook. A simple solution for that mess...
Export B4XTable to Excel File [B4A]
Print or Save as PDF a Table from B4XTable
Reclaim those old Phones / Tablets that are sitting around that DO NOT have access to the Google store anymore. This in not a replacement for Octoprint but a way to add a touch screen to your printer using old hardware.
Get focused view
Convert Julian Serial date to calendar date string
Solving a system of linear equations using Gaussian Elimination
SQLCipher has this pragma that can speed up SQL quite a bit if memory security is turned off. Been using this for a few years now in a large database and never seen a problem with it. It can be useful when running multiple SQL''s or running a single slow SQL.
Code that allows you to make a query in a firestore database applying filters by fields
Extremely low-cost, highly efficient solar panel system. Android App to position your solar panel (Azimuth and Elevation).
Rev counter using OBD2. Rquests RPM (PID 010C) every 0.2 sec. ELM327 V1.5 to USB.
B4XPlusMinus: change knobs icons
Activity_Click and Activity_KeyPress in B4XPages
Standard Tooltips for Android 8+ [DSE] [B4A]
standard tooltips for Android 8+
Organize all options in a context menu of an page (losing space for buttons only for the main options).