B4A Class GBEToast (B4A) - Jerryk (first post)    Aug 6, 2025 When compiling - File C:\Program Files\Anywhere Software\B4A\libraries\android-gif-drawable-1.2.29.aar not found.... Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games Updated thread based on X2 v2.0+: https://www.b4x.com/android/forum/threads/xui2d-x2-v2-0-2021... Character - Tiles Map - Joints 1 - Tank Attack - Monster Truck - Ilan's First App - Drawing lines... following a path - Angry birds example - Space Shooter - Tetris - X2 Source Code Video tutorial... is not 100% up to date. It was created before the X2 library was available. All the X2 modules are now packed as a single b4x lib. 300267245 The examples pack is a single zip with all the XUI2D examples... B4A Library [B4X] B4XGifView - Cross platform animated gif view - Erel    Nov 19, 2025   (53 reactions) is based on this open source project: https://github.com/koral--/android-gif-drawable The two dependent aars are attached. Copy them to B4A additional libraries folder. Updates: 1.20 - Change... a compatibility issue with targetSdkVersion 35. 1.12 - SetGif2 - Allows loading an animated gif from an array of bytes. 1.11 - GIF image ratio is preserved. 1.10 - New B4A implementation based on Android GIF...95135 I was missing a cross platform, animated gif view, so created one. Usage is simple: Add... Share My Creation [Project Template] Web API Server v1 - aeric    Jan 16, 2025   (67 reactions) Updates Web API Server v2 is available Version: 1.16 Description: Create Web API Server... - Web API Server - v1.16 - Similar to Web API Template 2.0, it is now less confusing by using #Desc and... Template: Web API Server (1.16).b4xtemplate Depends on following libraries: ByteConverter JavaObject.... How to use: Copy the "Web API Server (1.16).b4xtemplate" file into B4J Additional... this in the Logs: Web API Server (version = 1.16) is running on port 19800 Open the following URL... Games [XUI2D] X2 v2.0 - 2021 - Erel    Jul 22, 2022   (24 reactions) ://www.b4x.com/basic4android/images/SS-2018-08-24_09.36.45.png X2 source code and examples.... Recommendations: 1. Start with B4J 2. Start with these examples and more or less in this order....b4x.com/android/forum/threads/97029/#content - Touchy - https://www.b4x.com/android/forum/threads/xui2d-touchy-example-x2multitouch.131307/ - Ilan's First App - https://www.b4x.com/android/forum.../android/forum/threads/xui2d-tank-example.96567/#content - Collisions - https://www.b4x.com/android... 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.kxcdn.com/android/forum/data/avatars/m/0/1.jpg?1469350209", ImageView1) DownloadImage("https://b4x-4c17.kxcdn.com/images3/code.png", ImageView2) End Sub The images....OpenOutput(File.DirInternal, "filename.dat", False) File.Copy2(j.GetInputStream, out... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A you choose which version to use. Each Android version is mapped to an api level. You can see this mapping here: https://en.wikipedia.org/wiki/Android_version_history#Overview The api level is used in our code. minSdkVersion Set in the manifest editor. Default value is 5 (Android 2.0). This one is very... you can leave it with the default value or set it to 16 to target Android 4.1+ and (theoretically) lose 1% of the devices. android.jar Set under Tools - Configure Paths. android.jar is a referenced library... Share My Creation [Project Template] Web API Server v2 - aeric    Jan 16, 2025   (31 reactions) , see Web API Server (v1.16) Template: Web API Server (2.08).b4xtemplate Depends on: WebApiUtils... Description in documentation is set using #Desc tag (in Web API v1, it was set by #Desc1, #Desc2 or... AHf1-ELK-qM oxSDZ4ZYSG8 gGXQAEMaN4M qKBF-1sCU9w Learn: 2mqN7ZhDsUA Version History: (new) WebApiUtils v2.08 (new) MiniORMUtils v1.13 (new) WebAPIController v1.07 (change) Use DbFile instead... SQL (new) WebApiUtils v2.07 (new) MiniORMUtils v1.11 (new) WebAPIController v1.06 (new) Main... B4A Class [class][B4X] Google OAuth2 - Erel    Oct 29, 2025   (44 reactions)   tags: wait, Google of several tasks: 1. Opening the browser and getting the authorization code. 2. Getting and saving.../identity/protocols/OAuth2InstalledApp Setup 1. Go to Google developer console, create a new project... For the Android client you need to get the SHA-1 signature. It is available under Tools - Private..., Me) j.Download2("https://people.googleapis.com/v1/people/me", _ Array....25.44.png https://www.b4x.com/basic4android/images/SS-2017-05-11_15.29.51.png https://www.b4x.com... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE . targetSdkVersion is now set to 29 Setting the targetSdkVersion to 29 requires some changes: 1. Add...://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips & Notes - You can call Manager.Scan2 with AllowDuplicates set to True if you want to monitor the state... as keys (data types) and bytes arrays as values. - Call ReadData2 if you are only interested in a single characteristic. - BLE is only supported on Android 4.3+. See the attached example. Note... Page: 1   2   3   4   5   6   7   |