Exploring Components & Routers Basics [BANanoVueMaterial]
Exploring Components & Routers Basics [BANanoVueMaterial]
@Mashiane · 2020-06-12
A collection of some inline PHP functions [BANanoPHP]
A collection of some inline PHP functions [BANanoPHP]
@Mashiane · 2020-06-12
RF HOME MANAGER
This is a MQTT client used to monitor all 433mhz sensors/remote controls in my house.
@candide · 2020-06-11
Rasberry pi4 library
SystemInfo, PlatformManager, NetworkInfo
@roberto64 · 2020-06-11
Measure Multiline Text Height
Measuring the length of multiline text is simple in B4A with StringUtils.MeasureMultilineTextHeight and in B4i by setting the width of a multiline Label and calling SizeToFit. There is no similar method available in B4J. One option is to add a label to an AnchorPane and wait for the layout to be set: https://www.b4x.com/android/forum/threads/measure-text.45750/#post-311358 Another option is to call a non-public API with the following code
@Erel · 2020-06-11
Match the flags. Extremely basic game tutorial for new B4X B4i developers - Newer developers
Match the flags. Extremely basic game tutorial for new B4X B4i developers - Newer developers
@Peter Simpson · 2020-06-11
Match the flags - Extremely basic game tutorial for new B4X developers [The newbies]
Match the flags - Extremely basic game tutorial for new B4X developers [The newbies]
@Peter Simpson · 2020-06-11
Amir_Retrofit [B4A-B4J Chargeable]
A type-safe HTTP client for Android and Java.
@alimanam3386 · 2020-06-11
Tic-Tac-Toe. Extremely simple XUI cross platform WiFi game example B4J vs B4A vs B4i - Newer developers
Tic-Tac-Toe. Extremely simple XUI cross platform WiFi game example B4J vs B4A vs B4i - Newer developers
@Peter Simpson · 2020-06-10
Tic-Tac-Toe. Extremely basic XUI cross platform WiFi game example B4i vs B4A - Newer developers
Tic-Tac-Toe. Extremely basic XUI cross platform WiFi game example B4i vs B4A - Newer developers
@Peter Simpson · 2020-06-10
Rasberry pi4 LCD1620
Rasberry pi4 LCD1620
@roberto64 · 2020-06-10
Android Device Unique ID - Alternative to PhoneId
Android Device Unique ID - Alternative to PhoneId
@Erel · 2020-06-10
PullToRefresh 2
This is an example of a pull-down refresh animation that I recently wrote
@cxbs · 2020-06-08
Julian Date/Time Calculator Based On DateTim.c By David Cass Tyler
I use Julian Date Time UTC as doubles in my real-time systems. Of course its pretty hard to work out the date and time by looking at the number. I found an algorithm written by D. C. Tyler in C. The beauty of this algorithm is that it includes time. It is based on an algorithm developed by Robert Tanzin.
@rgarnett1955 · 2020-06-08
COVID-19 Info Example
Had made an application in B4A (my first in B4A) to display COVID-19 statistics.
@IndieDev · 2020-06-08
Sample using GPS and GeoAddress
Sample using GPS and GeoAddress
@joaquinortiz · 2020-06-07
MLabelAutoSize [B4X?] [XUI]
A small CustomView that uses canvas and MeasureText to draw a text that autoresizes to cover the entire view, without stretching.
@Emme Developer · 2020-06-07
FileTransfer - Send and receive files with AsyncStreams
FileTransfer - Send and receive files with AsyncStreams; Newer example based on B4XSerializator: https://www.b4x.com/android/forum/threads/72149
@Erel · 2020-06-07
Day of week calculation
Day of week calculation, based on Zeller''s algorithm
@NoNickName · 2020-06-07
Another B4A Barcode Scanner - based on Android Vision
Another B4A Barcode Scanner - based on Android Vision
@Johan Schoeman · 2020-06-07
Explain to user why you need a permission before displaying Android''s cryptic permission prompt
Sample code I use to display the reason why my app needs a particular permission so that the user is well informed of it before I let Android display it''s cryptic permission prompt.
@JohnC · 2020-06-06
UrlEncodeMap [B4X]
Converts a Map''s keys/values to a URL encoded parameter string
@OliverA · 2020-06-04
OpenJDK 11 issue with TLS 1.3 [Vodafone] [INFO FOR SERVER DEVELOPERS]
OpenJDK 11 issue with TLS 1.3 [Vodafone] [INFO FOR SERVER DEVELOPERS]
@nobbi59 · 2020-06-04
GeoLocation
Using GeoLocator-Android you could easily get you GPS based location from Android Devices
@DonManfred · 2020-06-04
B4XOrderedMap - get first item, nth item and last item [B4X]
B4XOrderedMap - get first item, nth item and last item [B4X]
@Erel · 2020-06-04
Using the second core on an ESP32
Get the most out of the ESP32 by running code in Core 0 as well as the default Core 1. Arduino runs all code in Core 1 and Core 0 is left idle. Use this code to utilize Core 0. Not sure how stable this is but its hasn''t given me any trouble yet!
@Tron71 · 2020-06-03
SwiftButton - Adding Click/LongClick event [B4X]
SwiftButton - Adding Click/LongClick event [B4X]
@Myr0n · 2020-06-03
real gallery project
I was planning to make an image selector library like the one used in WhatsApp and Telegram but i ran out of time so i''d like to share this project as it may be useful for someone. It is working and can be used for many proposes (tested on API-21 to API-28) , it may need a few little optimizations. It has all standard gallery features (albums, scrolling, pinch to zoom ...)
@KZero · 2020-06-03
Getting date time from the internet
Getting date time from the internet
@Steve Kwok · 2020-06-03
B4xTable Row Move
The order of the rows can be changed with the Up and Down buttons from the start to the end of the table rows/records
@rodmcm · 2020-06-03