B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (48 reactions) in Panel1 MediaManager.SetMedia(Panel1, "https://...") It uses B4XImageView (or.... MediaManager.SetMediaWithExtra(Panel1,url, "", CreateMap(MediaManager.REQUEST_CORNERS_RADIUS: 10dip, MediaManager.REQUEST_RESIZE_MODE: "FILL_NO_DISTORTIONS")) - v1.17 - New.... Many improvements to the cache management. - v1.06 - Fixes an issue where the old WebView content... B4A Question How do Android apps detect multi-account? - drgottjr (first post)    Feb 21, 2024 they use accountmanager. the data are cached. also PreferenceManager from the horse's mouth: Using Account Manager lets you remember your user, no matter how many devices the user may own, ... ... B4i Question password for ITunes Connect Uploader - mcqueccu (first post)    Mar 4, 2025 Create App specific password https://appleid.apple.com/account/manage You dont need to be creating it everytime. You can keep it and use anytime you want to upload... B4A Tutorial StateManager - Helps managing Android applications settings and state - Erel    Sep 30, 2021   (22 reactions)   tags: save input state Edit: StateManager was written in 2011. I don't recommend using it for new projects. Use B4XPages + KVS2 instead. StateManager is a code module which takes care of handling the application UI... should be permanently kept. The methods for handling settings are pretty simple: StateManager.GetSetting... before. StateManager.GetSetting2 (Key As String, DefaultValue As String) As String: similar to GetSetting. The DefaultValue will return if the key was not found. StateManager.SetSetting(Key As String... Share My Creation Accounting App - Hamied Abou Hulaikah    Oct 28, 2019   (15 reactions) Finally, I released my long working Accounting application. It is fully working & lifetime free with no restrictions. myDailyAcc is Accounting application for daily routine of any accounting system including: - Sales - Purchases - Accounts Management - Inventory - Customers management - Currencies management - Tax management - Discounts - Profit calculator/rows - Expense list - Others Accounting features including: - Simple account system - Easy of use - Multilingual covering more than 15... B4i Question Publication on the Apple App Store - aminoacid (first post)    Feb 6, 2024   (2 reactions) You need to use the "app specific password" that was given to you when you went to "https://appleid.apple.com/account/manage " It is in the form xxxx-xxxx-xxxx-xxxx Don't use your Apple Developer Password.... B4A Tutorial [B4A] [Class] [Contacts] wmContactsUtils - enhanced ContactsUtils - walt61 (first post)    Jun 27, 2021 Hi @SMR, it looks like the Android AccountManager (https://developer.android.com/reference/android/accounts/AccountManager) will have to be used to get the account numbers. I'll have a look sometime this week when I find some time :)... B4A Question [SOLVED] Alternative to check if WhatsApp is installed without using PackageManager - QUERY_ALL_PACKAGES on + SDK30 - scsjc    Nov 8, 2021 Until now I used PackageManager to check which applications were installed (for example WhatsApp) Currently google requires QUERY_ALL_PACKAGES in Manifest in order to have a list of Installed Packages. Is it possible to know if WhatsApp is installed, via tried through some kind of Try-Catch error? Sub APKinstalada(packagename As String) As Boolean Try Dim PM As PackageManager...: " & packagename) Return False End Try End Sub Dim pm As PackageManager... B4A Question Delete Google Account with "removeAccount" - Zockolade (first post)    Dec 11, 2019 No, I haven't worked with the AccountManager yet.... B4A Code Snippet Getting the user's email address on a device - Dave O    Mar 31, 2024   (5 reactions) beforehand. Silent after that. Using AccountManager.getAccountsByType got me the email address... AccountManager.newChooseAccountIntent got me the email address, but not the name, and works....accounts.AccountManager", "get", Array As Object(r.GetContext), Array As String... jo As JavaObject jo.InitializeStatic("android.accounts.AccountManager"... the device, so that I don't have to ask them to enter it (and possibly enter the wrong account... Page: 1   2   3   4   5   6   7   |