B4A Question How can I click Button1 and call the camera to take photos, and load the photos into the ImageView1 control? - bskotu555 (first post)    Apr 23, 2025
https://www.b4x.com/android/forum/pages/results/?query=b4gifview
https://www.b4x.com/android/forum/pages/results/?query=exoplayer
The libraries are required to show videos and animated gifs. If you don't need these features then click on Ctrl + B and remove SMM_VIDEO and SMM_GIF.
163575... 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 Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 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... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 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 Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (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.../b4x-b4xpages-what-exactly-does-it-solve.119078/ What is a B4XPage? It differs between the three platforms... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp example: http://www.b4x.com/basic4android/images/SS-2013-08-04_16.10.20.png Note that the configuration... sensitive and it doesn't include the 'sql.' prefix. 4. Run the program and test it locally... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Dec 31, 2024   (72 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text /basic4android/images/java_ROTR5mX3ls.png The cross platform b4xlib is attached. Note that it depends... loading is enabled. Example was updated and it is now based on B4XPages. B4i - There is an important... is: 'left, top, right, bottom If xui.IsB4J Then Padding.Initialize(5dip, 5dip, 20dip, 5dip...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... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ 105281 Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements user access token to authorize user to consume the API. SQL.zip - SQL script to create necessary... for client app using default template (B4A) B4X.zip - Source code for client app using B4XPages... B4A Library [B4X] B4XEncryption - Erel    Sep 10, 2025   (24 reactions)   tags: B4XEncryption, Security, encrypt, B4A confusion, B4XEncryptino is not a b4xlib and is made of three platform specific libraries: B4XEncryption - B4A jB4XEncryption - B4J iEncryption - B4i (Encrypt and Decrypt methods) It is simple to use...() Dim c As B4XCipher Return c.Encrypt(text.GetBytes("utf8"), password) End Sub Sub DecryptText(EncryptedData() As Byte, password As String) As String Dim c As B4XCipher Dim b...(DecryptText(encryptedData, "123456")) B4XPages example project is attached.... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI /basic4android/images/SS-2017-09-27_11.15.59.png https://www.b4x.com/basic4android/images/SS-2017-09-27_11.16.26.png https://www.b4x.com/basic4android/images/SS-2017-09-27_11.16.50.png https://www.b4x.com/basic4android/images/SS-2017-12-27_16.20.44.png This class replaces the platform specific CustomListView... Page: 1   2   3   4   5   6   7   |