https://github.com/rwbl/b4x-additional-libraries-classes
Open Source Additional Libraries developed for B4X by Anywhere Software.
https://github.com/rwbl/b4x-additional-libraries-classes
b4a b4j b4x instrumentation
Last synced: about 2 months ago
JSON representation
Open Source Additional Libraries developed for B4X by Anywhere Software.
- Host: GitHub
- URL: https://github.com/rwbl/b4x-additional-libraries-classes
- Owner: rwbl
- License: gpl-3.0
- Created: 2021-11-10T09:26:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T14:14:34.000Z (over 4 years ago)
- Last Synced: 2025-05-25T00:21:58.276Z (10 months ago)
- Topics: b4a, b4j, b4x, instrumentation
- Homepage:
- Size: 520 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# B4X-Additional-Libraries-Classes
Referencies to forum publications of additional libraries and classes developed for B4X by [Anywhere Software](https://www.b4x.com).
## B4X CustomViews
[xInstrumentationController](https://www.b4x.com/android/forum/threads/b4x-customview-class-xinstrumentationcontroller.136157/) [Class]
Display a device present value & display and set a setpoint via touch or method.
[xInstrumentationMeter](https://www.b4x.com/android/forum/threads/b4x-customview-class-xinstrumentationmeter.135936/) [Class]
Display a meter value or to set a meter value via touch or mouse click.
[xInstrumentationStateIndicator](https://www.b4x.com/android/forum/threads/b4x-customview-class-xinstrumentationstateindicator.136022/) [Class]
Display a device state or to set a device state via touch or mouse click.
A device could be basically anything which can have a state true or false.
[xInstrumentationValueIndicator](https://www.b4x.com/android/forum/threads/b4x-customview-class-xinstrumentationvalueindicator.136240/) [Class]
Display an indicator with value and (optional) unit.
[xLevelIndicator](https://www.b4x.com/android/forum/threads/b4x-customview-class-xlevelindicator.135894/) [Class]
Monitor the level of a device, i.e. Battery (%), Voltage (V), Tank Level (m3) and more.
**Note**
The CustomViews have been tested with B4A and B4J, not with B4i.
## Credits
To [Anywhere Software](http://www.b4x.com) for the B4X products.
## Licence
GNU General Public License v3.0.
Developed for personal use only.