B4A Tutorial PreferenceActivity tutorial - Erel    May 10, 2020   (12 reactions)   tags: Project S, Setup This tutorial explains how to use the new PreferenceActivity library. This library allows you to....php?p=78136
For PreferenceActivity you should add the following code to the manifest editor... B4A Library PreferenceActivity library - Erel    Aug 3, 2011   (1 reaction) PreferenceActivity v1.01 is available. See the tutorial for more information: http://www.b4x.com/forum/basic4android-getting-started-tutorials/10608-preferenceactivity-tutorial.html http://www.b4x.com/basic4android/images/preference_1.png Installation instructions: - Unzip the attached file. - Copy both files to the internal libraries folder: C:\Program Files\Anywhere Software\Basic4android\Libraries V1.01 released - fixes a bug with GetUpdatedKeys method... B4A Question PreferenceActivity tutorial - Resetting Preferences - Erel (first post)    Apr 18, 2013 the preferences to the default value.... B4A Tutorial Google Maps - Erel    Jul 7, 2025   (36 reactions)   tags: Maps, GoogleMaps, GPS, Erel, Map, Google Mpas the properties from the designer. Set the anchors to BOTH so the map will fill the activity: https... lost if the activity is paused before the map is ready. Note that you will need to update... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A of our apps. The purpose of this tutorial is to explain the differences between them and help... the COARSE location was enough. - 29 - new "dangerous" (runtime) ACTIVITY_RECOGNITION permission required for the activity recognition service. - 30 - The requestLegacyExternalStorage attribute... to the targetSdkVersion value: StartActivity from a service will not work if there is no visible activity. As a workaround you can request the special "draw over apps" permission: https... B4A Code Snippet SaveAs - Let the user select a target folder + list of other related methods - Erel    Nov 1, 2024   (46 reactions) .TITLE", Title) intent.SetType(MimeType) StartActivityForResult(intent) Wait For... End Sub Sub StartActivityForResult(i As Intent) Dim jo As JavaObject = GetBA ion = jo.CreateEvent("anywheresoftware.b4a.IOnActivityResult", "ion", Null) jo.RunMethod("startActivityForResult", Array(ion, i)) End Sub Sub GetBA As Object Dim jo... B4A Tutorial Background location tracking - Erel    Jul 3, 2024   (51 reactions)   tags: Longrunningaoo, background clock alive, B4A Background location, gps, B4A the activity and run theoretically forever. However if we also want to start tracking after the device... help the user get into the settings app - see Activity_Resume code. The Tracker service can no... B4i Tutorial Creating a certificate and provisioning profile - Erel    Apr 25, 2025   (17 reactions) + store) Provision Profile - Create distribution profile (ad hoc) Next tutorial: https://www.b4x.com... B4A Tutorial Handle the soft keyboard with the IME library - Erel    Jul 6, 2025   (30 reactions)   tags: IME , Android will "push" the whole activity and make the EditText visible. This mode is named "adjustPan" mode. By calling IME.AddHeightChangedEvent you are changing the activity to "adjustSize" mode. In this mode the activity will not be pushed automatically. Instead... editor code (for each activity): SetActivityAttribute(main, android:windowSoftInputMode... that this method will not work if the activity is in full screen mode (Issue 5497 - android - adjustResize... B4A Question preferenceactivity error - Erel (first post)    Aug 31, 2023 I've just tested the old example: https://www.b4x.com/android/forum/threads/preferenceactivity-tutorial.10608/ Changed the targetSdkVersion to 33 and it works. Does it work for you? I do recommend to switch to B4XPreferencesDialog.... Page: 1   2   |