access

  1. practicalsoft

    Xen-AddOn AndyB Country Access Check 1.2 1.2

    AndyB Country Access Check 1.2 AndyB Country Access Check 1.0 دسترسی به صفحات تماس با ما، ورود و ثبت نام از کشورهای مشخص شده را مسدود می کند. (نمونه ای از صفحه گزینه ها) امکانات: از ipapi.co برای مکان های دقیق کشور استفاده می کند. همه عبارات برای راحتی شما با countryaccesscheck_...
  2. practicalsoft

    B4X FEED Tutorial for devs coming from Microsoft Access?

    I have a simple application in MS Access that I'd like to create for Android. I've never programmed for Android before, and I was wondering if there were any guides to help those familiar with MS Access to conceptually make the leap over to B4A to understand how to get similar concepts from MS...
  3. practicalsoft

    B4X FEED Inserting Records in Access database takes too long.

    B4X: dim fc As FileChooser dim sql as SQL fc.Initialize fc.Title="Select File" 'title of the dialog box fc.setExtensionFilter("MDB file", Array As String("*.mdb")) myfname=fc.ShowOpen(RemoteResultform) 'myfname contains the full path...
  4. practicalsoft

    B4X FEED [B4XPages] About B4XPages.GlobalContext

    Hello! I would like to ask the following questions: According to this post: https://www.b4x.com/android/forum/threads/b4xpages-shared-constants.121269/ we can access globals from any B4XPages app modules. If we write: B4X: Sub Process_Globals End Sub Sub Service_Create Public...
  5. practicalsoft

    B4X FEED Sharing data files with SDK 29 and above

    SDK 29 has the following feature: No permission to access File.DirRootExternal, even with the STORAGE permission. There's workaround for the manifest files, but it's temporary and issue will just be postponed to SDK 30. I have suite of apps, composed by 2 different apps: a "writer", that...
  6. practicalsoft

    B4X FEED Export data from a MS Access database to MS Excel

    This tutorial shows how we can export data from a MS Access database to MS Excel workbook. As a former professional Excel developer I highly recommend to use templates in MS Excel. Although jPOI cannot handle real templates (*.xlt) in MS Excel there are some advantages of using a standard...
  7. practicalsoft

    B4X FEED SDK Manager problem!

    Hello! I'm trying to update Android SDK via SDK Manager but every attempt fails with: Error: org.apache.commons.exec.ExecuteException: The stop timeout of 500 ms was exceeded (Exit value: -559038737) B4A version: 10.0 SDK Manager version: 3.62 JDK Version: 1.8.0_261 Update: Trying to execute...
  8. practicalsoft

    B4X FEED Problem with GPS location in API 29

    Hello, My application worked fine with API 26 all time. However now with API 29 it stops getting GPS location while phone is locked. B4A version is 10.0 SDK is android-29 My manifest contains: <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="29"/> <uses-permission...
  9. practicalsoft

    B4X FEED Error(?) using B4A SDK Manager

    Hi. I got this Warning using the B4A SDK Manager B4X: [=======================================] 100% Unzipping... platform-tools/systr[=======================================] 100% Unzipping... platform-tools/systr[=======================================] 100% Unzipping... platform-tools/systr...
  10. practicalsoft

    B4X FEED BLE and location request

    I am using BLE. And on some devices (mostly new devices), for correct operation, you need to enable location detection, and on other devices, simply turning on the bluetooth is enough. How to determine where it is enough to turn on the bluetooth, and where you also need access to the location...
  11. practicalsoft

    B4X FEED Access Wifi Information

    This code takes care of requesting the location permission which is needed on Android 8+: B4X: Sub GetWifiInfo As ResumableSub Dim p As Phone Dim WifiManager As JavaObject Dim WifiInfo As JavaObject WifiManager = WifiManager.InitializeContext.RunMethod("getSystemService"...
  12. practicalsoft

    B4X FEED [B4X] Firebase Auth REST Helper - manage the access tokens

    The advantage of the rest API of Firebase auth is that it can be used cross platform. The downside is, we have to take care of the user access tokens ourselves. That's why I wrote this class, it works with the "FirebaseAuthREST" class. The class was inspired by @Erel oauth2 class, adapted to my...
عقب
بالا