B4A Question Help please - Shelby (first post)    Mar 30, 2025   (1 reaction) The link below is what one gets when the small rectangle above is filled with: "Change wallpaper app" https://www.b4x.com/android/forum/pages/results/?query=Change+wallpaper+app... B4A Tutorial Android Live Wallpaper tutorial - Erel    Nov 18, 2025   (6 reactions) to handle those changes. LWEngine.FullWallpaperWidth / Height return the full size of the wallpaper... properties to display an image over the full wallpaper. LWManager events SizeChanged - Raised when...). VisibilityChanged - Raised when a wallpaper becomes visible or invisible. Touch - Raised when the user touches the wallpaper. Tick - The internal timer tick event. OffsetChanged - Raised when the wallpaper... ) CreateResource(xml, wallpaper.xml, <wallpaper xmlns:android="http://schemas.android.com/apk/res... Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) Web API Updates: Latest B4XPages user login client apps (using B4J server): https://www....b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/ 94106 94119 94118 Android App 94107941089411194112 94109 102583 This is the 3rd version of login... of the MVC. I just modified it to become the "API" to consume by the B4A app. However... simple login app. Http Login example using HttpUtils2 Later, I have shared a tutorial in Code... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) 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 database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code for client app using default template (B4A) B4X.zip - Source code for client app using B4XPages... Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android... B4A Tutorial B4A Change Log (versions history) - Erel    Jul 16, 2025   (12 reactions)   tags: ide, change whatsnew >\AppData\Roaming\Anywhere Software\b4xV5.ini -INI_<property key here>=<property value> Example: "c:\Program files\Anywhere Software\b4a\b4a.exe" -INI_CodeTheme=Dark "...: Core v13.01, BCTextEngine v1.96, LiveWallpaper v1.1, SIP v1.02 New WebView.AllowFileAccess property... adds the components that are part of the dependency tree, still you will see an increase in the app... a behavioral change in Android 14 that could cause the starter service to misbehave. Updated... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Feb 26, 2026   (50 reactions) to the project folder and rename it to InstallerScript.iss. Edit the script, change the app name.../basic4android/images/explorer_ZR0Ey83790.png Note that the AppId field shouldn't be changed after...-the-simplest-way-to-distribute-ui-apps.99835/#content The output of this tool looks like this: https... together with the 4 folders. The run_debug.bat batch file is useful to test the program and see the logs... #CustomBuildAction: After Packager, C:\Program Files (x86)\Inno Setup 6\Compil32.exe, /cc... B4A Tutorial [B4X] Localizator - Localize your B4X applications - Erel    Jun 23, 2023   (66 reactions)   tags: Localization, Article-10, localisation, Localizator, Mehrsprachig converted to a SQLite database file with a B4J program: https://www.b4x.com/basic4android/images/SS-2016-07-07_17.21.20.png The database file should be added to the Files tab of your application. Localizator is a class. You need to add it to your B4A, B4i or B4J program. It loads the set... more complicated as they allow the user to change the language. In its simplest form you just need to...-your-b4x-applications.68751/page-3#post-548169 B4XPages example: https://www.b4x.com/android/forum... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Mar 25, 2026   (17 reactions) will be declared once when the application starts. 'These variables can be accessed from all... is totally free You can integrate multiple apps into a single project in the google console Easy to... the methods and learn how the api works. Please write GSheets or GSheetplus in the order... this topic to create your project in google console developer, enable google dive and google sheets apis... manifest: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) Read example for v4 api... B4A Example AppCompat with ToolBar - minimal example - Erel    Jun 23, 2023   (23 reactions)   tags: ToolBar, Android, drawer badge notification, AppCompat In most cases AppCompat is no longer needed and will only make things more complicated. B4XPages example with dynamic menu: https://www.b4x.com/android/forum/threads/b4x-menu-badges.133301/ 56464 The project attached uses the powerful AppCompat library to replace the built-in ActionBar with a more robust ToolBar. The NavigationItemClick event is raised when the icon is clicked. You can set.... https://www.b4x.com/basic4android/images/SS-2017-05-24_12.20.07.png You can change the toolbar color... B4A Question Functional Wallpaper example - carlos7000    Jul 3, 2021 A long time ago, making a couple of modifications to Erel's example wallpaper app (https://www.b4x.com/android/forum/threads/android-live-wallpaper-tutorial.12605/) I made an app that changes the background of my cell phone every 5 minutes. A few days ago I updated the images and recompiled it, but it did not work. Download the Erel examples, they compile, but they don't work either. Could someone please help me to create an application to change the wallpaper?... Page: 1   2   3   4   5   6   7   |