B4ATutorialOS
Android Device Unique ID - Alternative to PhoneId
Android Device Unique ID - Alternative to PhoneId
@Erel · 2020-06-10
B4ATutorialOther
COVID-19 Info Example
Had made an application in B4A (my first in B4A) to display COVID-19 statistics.
@IndieDev · 2020-06-08
B4ASnippetList- and scrollview
PullToRefresh 2
This is an example of a pull-down refresh animation that I recently wrote
@cxbs · 2020-06-08
B4ALibraryBarcode/scan
Another B4A Barcode Scanner - based on Android Vision
Another B4A Barcode Scanner - based on Android Vision
@Johan Schoeman · 2020-06-07
B4ATutorialFile xfer
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
B4ASnippetGPS/location/maps
Sample using GPS and GeoAddress
Sample using GPS and GeoAddress
@joaquinortiz · 2020-06-07
B4ASnippetPermissions
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
B4ALibraryGPS/location/maps
GeoLocation
Using GeoLocator-Android you could easily get you GPS based location from Android Devices
@DonManfred · 2020-06-04
B4ASnippetDate/time
Getting date time from the internet
Getting date time from the internet
@Steve Kwok · 2020-06-03
B4ATutorialImages
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
B4ASnippetImages
FontAwesome To Bitmap
Unlike an older "TextToBitmap" sub that you can find in the forum, this code vertically centers the icon. It can also be used in B4J and B4i (only need to change the font line).
@Erel · 2020-06-02
B4ALibraryImages [CUSTOM VIEW]
GifViewer [custom view]
Simple view that shows an animated gif. Based on agraham''s GifDecoder library.
@Erel · 2020-06-02
B4ASnippethttp
Disable automatic redirections with OkHttpUtils2
Disable automatic redirections with OkHttpUtils2
@Erel · 2020-06-01
B4ASnippetFile handling [PATH]
get all image folders [path]
Get all image folders [path]. This code runs on my phone in release with 156ms. And i have over 1k folders and over 10k images.
@Alexander Stolte · 2020-06-01
B4ASnippetToast
My ToastMessageShow
My ToastMessageShow
@T201016 · 2020-05-27
B4ATutorialUI design
B4A UI . Dashboard and Notification
It''s not a full app, just dashboard and notifications.
@Sina_ebrahimi · 2020-05-24
B4ALibraryLogging/Exceptions
Exception, raise, log and format
Sometimes you need to stop a piece of code and explain why you have to do it. A good way is to raise an exception and to give information about the reason why. This little class offers you a pratical way to do this.
@spsp · 2020-05-22
B4ATutorialB4A [SOURCE CODE]
Highland Titles Calculator [Source code]
For B4A members who are also Lords and Ladies of Glencoe a themed calculator based on BrownPaper calculator. Allows the user to enter their own Title/Name which is used as a voice greeting when the calculator is first opened.
@Roger Daley · 2020-05-21
B4ALibraryInterop
ShortcutBadger
The ShortcutBadger makes your Android App show the count of unread messages as a badge on your App shortcut!
@DonManfred · 2020-05-20
B4AToolCharSequence / CSBuilder
CSBuilder Generator
1) B4J CSBuilder Generator This tool enable you to create CSBuiler for your B4A applications 2) B4A CSBuilder Generator This tool enable you to preview what you do with B4J CSBuiler Generator
@spsp · 2020-05-19
B4ASnippetWifi
Access Wifi Information
This code takes care of requesting the location permission which is needed on Android 8+
@Erel · 2020-05-18
B4ASnippetPDF
Print PDF library supports higher resolution
Print PDF library supports higher resolution
@MitchBu · 2020-05-18
B4ALibraryPDF
Printing and Pdf creation
This is an Android 4.4+ (API 19+) library. Its two main features are: 1. Creating Pdf documents with the PdfDocument object. 2. Printing with the Printer object.
@Erel · 2020-05-18
B4ALibraryProgress/Gauge/Loading
NumberProgressBar
The NumberProgressBar is a bar, slim and sexy
@DonManfred · 2020-05-15
B4AClassMenu
PopupMenu SubMenu
The class clsPopupMenu shows a Popup Menu which can owns sub menus. The options are stored in a map. In the exemple they are in json file in the assets folder.
@spsp · 2020-05-15
B4ASnippetFile handling
External Storage - Simple Example
Enclosed is a simple call to storage , creating a directory and copying files from DirInternal using ExternalStorage Class
@rodmcm · 2020-05-13
B4ATutorialB4A
RTL Layout Support
Android now offers several APIs that allow you to build user interfaces that gracefully transform layout orientation to support languages that use right-to-left (RTL) UIs and reading direction, such as Arabic and Hebrew.
@mshafiee110 · 2020-05-13
B4ALibraryCalendar
CoupleCalendar
Functional calendar library for Android - Horizontal swipe - Show dot for one day event - Show line for multiple days event
@DonManfred · 2020-05-12
B4ASnippetDrawing
Drawing Multiline Text
This code creates a label with the text and returns a snapshot of the label
@Erel · 2020-05-12
B4ALibraryDrawing
ShapeDrawable - Clipped rounded rectangle and circle shape
A drawable that draws shapes. You can draw Arc, Oval, Rectangle, Rounded Rectangle, even a Custom Shape (using Path). The content of the view will be clipped only for rectangle, circle, and rounded rectangle shapes.
@Biswajit · 2020-05-11