B4A Library AndroidResources - warwound    Nov 8, 2013   (8 reactions) created the library AndroidResources for everyone to use and if any library writers want to use any...There's a few threads on the forums about accessing the build in Android resources but i couldn't find any code that would allow me to get a built in Android resource drawable using... and 'cancel'. Another new method: AndroidResources Version: 1.6 AndroidResources Methods: GetAndroidDrawable (ResourceName As String) As Drawable Get an android resource drawable... B4A Question [solved] DJI library example : error: resource android:attr/lStar not found - freedom2000    Jul 15, 2022 layouts code. (0.02s)
Organizing libraries. (13.72s)
(AndroidX SDK)
Compiling resources... with the new 4.16 DJI library and on my old desktop PC.
I wanted to go on holidays with my B4A compiler so... Other B4A v13.0 BETA is available for download - Erel    Jul 18, 2024   (46 reactions) of the internal libraries and also external libraries were updated and now depend on the latest Android SDK resources. Installation instructions: 1. B4A v13.0 BETA: https://www.b4x.com/android/files/beta.exe 2... resources: https://www.b4x.com/android/files/resources_7_24.zip The packaged resources should include all resources that most apps need, including the dependencies of the recent ML Kit libraries...I'm happy to release a new BETA version of B4A. The Android SDK and the underlying toolchain... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (68 reactions)   tags: b4xlib;libraries, b4x library, Erel with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled... of libraries is available - b4x libraries. A b4x library is a simple zip file with: - Code modules. All types... manifest file with the following fields: Version, DependsOn (list of required libraries), Supported... and code modules can also be platform specific. Creating a b4x library is very simple. You just need to create a zip file with these resources. The zip file extension should be b4xlib. That's all... B4i Tutorial List of methods to access external resources or share to external apps - Erel    Sep 16, 2024   (10 reactions) -with-activityviewcontroller.73159/#content - DocumentInteraction (iPhone library): http://www.b4x.com/basic4android... - CFBundleDocumentTypes (no library) Allows opening external files with your app. https://www.b4x.com/android/forum.../android/forum/posts/625407/ - Camera (iMedia) Allows picking photos or videos from photos library. https://www.b4x.com/android/forum/threads/imedia-library-camera-and-videoview.46144/#content - Phone...There are all kinds of ways to share files with other apps or access external resources. Here... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A of the devices. android.jar Set under Tools - Configure Paths. android.jar is a referenced library... libraries such as Google Maps who rely on the old SDK. To enable it: https://www.b4x.com/android/forum... 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... Other Firebase Notifications & Firebase Auth Issues - Erel    Jun 17, 2018   (10 reactions)   tags: Firebase (including firebase-auth). 2. Update FirebaseAuth and FirebaseAnalytics: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-596101 3. If you are using B4A v8.00 or below then you should update FirebaseNotifications: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-592335 4. If you are using B4A v8.0+ then you should make sure to use the new CreateResourceFromFile macro feature to add the snippets. https://www.b4x.com/android/forum... B4A Tutorial Android database encryption with SQLCipher library - Erel    Mar 3, 2024   (24 reactions) -release/ Includes 64 bit binaries and emulator binaries. Requires B4A v8+. Library is attached. Not...: #DebuggerForceStandardAssets: True Old version: www.b4x.com/android/files/SQLCipher150.zip Depends on: https://repo1.maven.org/maven2/net/zetetic/android-database-sqlcipher/4.5.4/android-database-sqlcipher-4.5.4.aar You should download and copy it to the additional libraries folder.... Other Libraries with internal resources - Erel    Apr 12, 2021   (2 reactions)   tags: Library Development If you are including resources in your library, packed inside an AAR file then you should use the following package name: anywheresoftware.b4a.objects (it should appear in the embedded AndroidManifest.xml file). Each unique package name causes the whole set of resource fields to be duplicated... more information: https://www.b4x.com/android/forum/threads/preferences-material-design-preferences.75482/#post-479172 Note that you can also apply it to third party libraries if you compile them... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation -video-tutorial-creating-simple-library.html Basic4android has a very good support for external... library). In order to develop a library you need to have Eclipse installed. The Android plug-in is not required as the libraries are regular Java libraries. Knowledge required: - Java - Android main...>\platforms\android-4. That way your library will work with Android v1.6 and above (which is the same as the other libraries). If you don't see android-4 then you need to download this SDK with the SDK manager... Page: 1   2   3   4   5   6   7   |