B4A Question how to ext. SD Card write on Android 4.4. - monki    Jun 19, 2014 hi erel,
in Android 4.4 it is only possible to write to the external SD card in a directory whose name Andoid / data / "apk name".
But as it is created?
monki.... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel to create a zip file with these resources. The zip file extension should be b4xlib. That's all... B4A Class ExternalStorage - Access SD cards and USB sticks - Erel    Nov 11, 2020   (62 reactions)   tags: File, Access SD and USB, externsl sd, storage https://www.b4x.com/basic4android/images/SS-2018-03-05_11.16.42.png Before we start: External storage means a real sd card or a connected mass storage USB device. This class can also be used to... RuntimePermissions.GetAllSafeDirsExternal to directly access a specific folder on the SD card. You can use... storage. The minimum version for this class is Android 5. Starting from Android 4.4 it is no longer... named ExternalFile. 4. The following operations are supported: ListFiles, Delete, CreateNewFile... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Dec 25, 2025   (81 reactions) 440642051 B4XPages is a library that serves two purposes: 1. Make it simple to develop B4A apps by solving almost all of the challenges involved with Android complex activities life cycle. B4XPages makes B4A behave more similar to B4J and B4i where the new "B4XPage" element is a regular.... You are not forced to use B4XPages. All the current features behave exactly as before. 2. It does have some... B4A. https://www.b4x.com/basic4android/images/nVw98yQ97c.gif (video... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Jun 22, 2026   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp ://www.b4x.com/basic4android/images/SS-2013-08-04_16.10.20.png Note that the configuration fields... it doesn't include the 'sql.' prefix. 4. Run the program and test it locally by putting... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views ). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform.... - AnotherProgressBar - Vertical or horizontal animated progress bar. - B4XLoadingIndicator - 6 different... - B4XFloatTextField - A TextField / EditText with a floating hint - B4XSwitch - Nice looking two state... B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Dec 25, 2025   (59 reactions)   tags: image, wait, Download, Http MySql, Wait For, ws (FirstTime As Boolean) Activity.LoadLayout("1") DownloadImage("https://b4x-4c17...("https://b4x-4c17.kxcdn.com/images3/code.png", ImageView2) End Sub The images... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (16 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text Be open minded. https://www.b4x.com/basic4android/images/i_view64_p9fVifsimf.png This is a cross.../basic4android/images/F0DYcnZwgV.gif The library and the code inside can be used for all kinds of things...://www.b4x.com/basic4android/images/java_Cv9hBtIpbV.png The supported tags are: - Bold.../basic4android/images/java_ROTR5mX3ls.png The cross platform b4xlib is attached. Note that it depends on jBitmapCreator v4.71+ which is available in B4J v7.50 and B4i v5.80. B4A library: https://www.b4x.com... B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Sep 21, 2025   (59 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in-memory SQLite database. https://www.b4x.com/basic4android/images/SS-2019-02-07_15.33.03.png How to use? 1. Add a B4XTable with the designer. 2. Add the columns: B4XTable1.AddColumn("US County", B4XTable1.COLUMN_TYPE_NUMBERS) B4XTable1.AddColumn("Name", B4XTable1... = su.LoadCSV2(File.DirAssets, "us_counties.csv", ",", headers) B4XTable1.SetData... Page: 1   2   3   4   5   6   7   |