SVGAPlayer Library
SVGAPlayer is a light-weight animation renderer. You use tools to export svga file from Adobe Animate CC or Adobe After Effects, and then use SVGAPlayer to render animation on mobile application.
@Addo · 2022-06-04
CameraExClass save picture without rotation
Anyone use CameraExClass.SavePictureToFile function, the image will be saved rotated horizontally. I changed this function to save picture as it without rotation.
@Hamied Abou Hulaikah · 2022-06-02
Creative UI/UX Designs + Source Code
Creative UI/UX Designs + Source Code
@Reckless · 2022-05-31
Important note about B4XPages projects
B4XMainPage is shared by all the sister projects (B4A, B4I, B4J)
@Hamied Abou Hulaikah · 2022-05-30
Weight Watcher
It starts off with a simple config screen where the user enters standard stuff, name, age, height, starting weight, and target weight, all measurements are in imperial but should be easier enough to convert to metric. You are then taken to the Main overview screen which shows starting, target, and last weight. it works out the person''s BMI, and informs them whether they''re obese, overweight, healthy, etc. A chart is provided showing the entries from the Daily Weigh In''s screen.
@Colin Evans · 2022-05-30
Parameterized SQL Update Example
Parameterized SQL Update Example
@73Challenger · 2022-05-29
MQTT Topic best practice
MQTT Topic best practice
@Hamied Abou Hulaikah · 2022-05-24
Label fade in-out text change
Label fade in-out text change
@lucasheer · 2022-05-22
B4ActivityManager: detect bots using your app
I needed to detect bots to block and found that can be handled by the activity manager using the functions isRunningInUserTestHarness and isUserAMonkey then I developed a wrapper around.
@Alejandro Moyano · 2022-05-15
SD DragBoard
This library contains three classes. The first "DragBoard" allows you to move single-label labels (containing only one string) from one column to another, to activate the shift by clicking a longer touch. Delete or edit each item by clicking a shortcut (if enabled by customView). It supports the addition of a single item for each column (CustomView enabled) and the alphabetical sorting of entries within a column (enabled by CustoView) The second "DragPanel" allows you to move Panels from one column to another (each panel can hold any view object you want, the panel should not be changed in dimension, and the background in Color should not be changed). To activate the move, click on a longer touch. To erase or edit each item by clicking a shortcut (if enabled by customView). And will raise an event that invokes a sub in your app you manage to edit. It supports the event by adding a single item for each column (CustomView enabled) and the event sorting by alpha (CustoView enabled). These events are handled by you in the sub which is raised. The third "DragListView" is a listview that allows you to move individual entries from one line to another by dragging, it can contain one or two lines of text and a Swicht button (You can also access the panel to add more objects but the Events will not be managed by the library). To activate the move, click on a longer touch. Capture or edit every single element by clicking a short touch (if activated by customView). And will raise an event that invokes a sub in your app you manage to edit. It supports the event by adding a single item for each column (CustomView enabled) and the event sorting by alpha (CustoView enabled). These events are handled by you in the sub which is raised. All three also have a title bar. The bar can contain the Confirm button (if enabled) and delete (if enabled).m On the left also contains the menu button, which raises an event. If enabled by customView, the Menu button in addition to lifting an event opens a panel to the left. The panel can hold what you want. A listView, a menu etc ...
@Star-Dust · 2022-05-11
Read NFC Tags !
In this project You can scan your Ndef or NFC tags very simply.
@Justcooldev · 2022-05-10
B4A YouTube Downloader
B4A YouTube Downloader
@Abdull Cadre · 2022-05-09
Calendar with Database
Calendar with Database
@Colin Evans · 2022-05-06
Offline Continuous Speech Recognition
Offline Continuous Speech Recognition
@stevel05 · 2022-05-06
URI decoding
A function that allows URI characters to be decoded into their equivalents, e.g. "SAMSUNG %C2%A9" -> "SAMSUNG ©"
@T201016 · 2022-05-02
File URI and URL
B4A Subs to get URI and URL of files
@max123 · 2022-05-01
Share my app
Share your app package in apk format and send it to another device by Bluetooth or something
@alfaiz678 · 2022-04-26
B4A Bridge (Reskinned UI)
B4A Bridge (Reskinned UI)
@aeric · 2022-04-25
DJI virtual stick-tutorial, waypoint-mission for DJI Mini- and Air-series
DJI virtual stick-tutorial, waypoint-mission for DJI Mini- and Air-series
@schimanski · 2022-04-24
RubikCube
An Android port (with added features) of Josef Jelinek''s AnimCube Java Web applet. This applet is aimed at showing animation of Rubik''s cube manipulation.
@Johan Schoeman · 2022-04-23
Block Phone Screen from turned off
This solution gives the user the possibility tu override the phone screen off timeout. The settings values will not affected (Button btAn). After override the button color turns yellow. After doing his actions while the screen is on the user is able to reset back to the standard settings screen timeout (Button btClose) the button color turns back to blue.
@Guenter Becker · 2022-04-21
Class wmCalendar - Android calendar manipulation based on DonManfred''s explorations [B4A] [Class] [Calendar]
Class wmCalendar - Android calendar manipulation based on DonManfred''s explorations [B4A] [Class] [Calendar]
@walt61 · 2022-04-19
Avatar Generator
This library gives you avatar like Telegram. You can set color or use unique color based on your label.
@MilaDesign · 2022-04-15
EDK_Notification [Sliding Notification] [BETA] [B4A] [B4i] [XUI]
A toast-like notification
@Ertan · 2022-04-08
IronSource Ads
IronSource Ads
@Pendrush · 2022-04-07
Play Games Services - Example and Class
Last year, I commissioned Biswajit to write a library for the new Google Play Games Services library. To manage the complexity of the code, I wrote a class called GamePlayLeaderboardsAndAchievements. I put together an example app that demonstrates the functionality of the library and class.
@Jack Cole · 2022-04-02
Make your own notification icon with an ASCII and/or a FontAwesome/Material Icons character [Tool]
I wanted an easy way to create simple B4A notification icons consisting of a letter and a symbol; the symbol could then show things like ''there is a message'' / ''there are no messages'' / ''there is no network connection''. So I came up with MakeNotificationPng. Attached you''ll find the B4J project as well as a small B4A app (TestNotificationPng) with which you can test the generated icons.
@walt61 · 2022-03-28
Convert collections to json and vice versa
There is a new JSON type which is used to convert maps or lists to json strings and vice versa, using the new As keyword. The idea is that you have a collection or string, you direct the compiler to treat it as "JSON" and then convert it to a string or a collection.
@Erel · 2022-03-27
Get real display size in inch
You can get the exact screen diagonal size (in inch) using this simple routine.
@yo3ggx · 2022-03-27
Custom Intent Provider Requester Services, updated for Android 11 [API 30]
Custom Intent Provider Requester Services, updated for Android 11 [API 30]
@swChef · 2022-03-26