android

  1. practicalsoft

    B4X FEED B4A - OCR Library

    Hi All, Hope you ca help - I have been looking OCR library for small project and found this one : https://www.b4x.com/android/forum/t...th-google-play-services-android-vision.70417/ I'm having issues to get this working, I'm also confused by the part it's saying you need .jar in additional...
  2. practicalsoft

    B4X FEED xCustomListView border

    Hello, I'm using the xCustomListView library (v 1.72) and am unable to get a border around it. I Set the color to ColorDrawable but the settings for the border just don't work. That is when the app runs on Android 9.0 On Android 7.0 everything is fine. Is there a setting in Android 9.0 to get...
  3. practicalsoft

    B4X FEED Wired trigger for Android cell phone camera

    New to Android programming and have searched the forum/web for an example without success. I would like to trigger Android cell phone to take a picture and email/text it using an externally generated pulse or switch closure. Motion detection won't work or I would just use a cellular trail...
  4. practicalsoft

    B4X FEED Firebase Notification

    Hi , i followed the tutorial at https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/ , but when compile the app i have this error : the manifest is : Manifest: 'This code will be applied to the manifest file during compilation. 'You do not need to modify it in...
  5. practicalsoft

    بیسیک فور اندروید لیست پرمیشن ها permissions list در بیسیک4 اندروید

    لیست پرمیشن ها permissions list در بیسیک4 اندروید AddPermission(android.permission.BODY_SENSORS) ' Required for Google Fit´s Heartratesensor AddPermission(android.permission.ACCESS_CHECKIN_PROPERTIES) ' Allows read/write access to the "properties" table in the checkin database, to change values...
  6. practicalsoft

    B4X FEED Import a csv file on android v9 device

    I need my app to import a csv file into a sqlite database. The csv file is produced by an app on a PC and then copied to a folder on the android device. If the device is android v9 sdk 28, how do I allow my app to access the csv file? I know it's something to do with runtime permissions but I'm...
  7. practicalsoft

    تکه کد تغییر رنگ چک باکس Change CheckBox colors

    1: #AdditionalJar: com.android.support:support-compat 2: Sub SetButtonTintList(View As View, Disabled As Int, Enabled As Int) Dim States(2,1) As Int Dim sd As StateListDrawable 'ignore States(0, 0) = sd.State_Enabled States(1, 0) = sd.State_Disabled Dim Color(2) As Int = Array As...
  8. practicalsoft

    B4X FEED DirDefaultExternal is deleted by Android ?

    Hello : I read that Files (SQL Lite File) stored in DirDInternal Cache may be erased automatically by Android when OS need memory. My Question : DirDefaultExternal have the same behaviour ? or Files in DirDefaultExternal are not deleted when Android need memory ? Thanks, Sorry mi English...
  9. practicalsoft

    B4X FEED Problem in Android Studio to Wrap libraries

    Hi All. In this tutorial https://www.b4x.com/android/forum/threads/create-a-wrapper-library-with-android-studio.82831/ , I became somewhat familiar with how to create a library with Android Studio and did all the steps. But I have the following problems: 1) In build.gradle, the following two...
  10. practicalsoft

    B4X FEED Can Intent based Alarm triggers my B4A activity?

    Intent based alarm looks so consistent though with many glaring limitations. Based on google developer documentation, it seems programmers can manipulate it beyond its simple below demonstration: 'usage SetAlarm(18,17,Array As Int(2,3,4,5,6)) Sub SetAlarm(Hour As Int, Minutes As Int, days As...
  11. practicalsoft

    B4X FEED SQLite mit Android 9

    Hallo Leute, brauche mal wieder Hilfe. Ich erstelle zur Laufzeit eine SQLite Datenbank If FirstTime Then If File.Exists(rn.GetSafeDirDefaultExternal (""), "Auftraege.s3db") = False Then 'Hier Freigabe auf Speicher AuftraegeDB.Initialize(File.DirDefaultExternal, "Auftraege.s3db", True)...
  12. practicalsoft

    B4X FEED Configure Admod with B4A v10

    Hi, I follow this tutorial https://www.b4x.com/android/forum/threads/google-maps.63930/ My manifest: 'AdMob AddApplicationText( <meta-data android:name="com.google.android.gms.API_KEY" android:value="XXXXXX"/> <activity android:name="com.google.android.gms.ads.AdActivity"...
  13. practicalsoft

    B4X FEED Help with targetSDK

    </>AddManifestText( <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="14"/> <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>) SetApplicationAttribute(android:icon, "@drawable/icon")...
  14. practicalsoft

    B4X FEED Google Play Console - Crash Report java.lang.IndexOutOfBoundsException: setSpan (4 ... 4) ends beyond length 2

    I have submitted my app for internal testing and get this error in the crash report: JavaScript: FATAL EXCEPTION: main Process: gyromagnetic.compass, PID: 19303 java.lang.IndexOutOfBoundsException: setSpan (4 ... 4) ends beyond length 2 at...
  15. practicalsoft

    B4X FEED PHP code to send Firebase Notification to both Android mobile app and iOS mobile app

    Hi there! I'm sharing one of my work here so that some of you might refer it. This code is the PHP part from the whole project that I was working on. My project is based on the automated Forex signals that will be sent to Android and iOS mobile app from an indicator built on MT4 MetaQuote...
  16. practicalsoft

    B4X FEED Loaders Pack - Android Loaders

    Loaders Pack - Android Loaders A replacement of default android material progress bar with loaders. Original library: https://github.com/agrawalsuneet/LoadersPack-Android Download LoaderPackLib and unzip it to Addition Library folder. Download kotlin-stdlib-1.3.72.jar and copy file to Addition...
  17. practicalsoft

    B4X FEED ios screenshot block about

    Hello there, I can block it with these codes while using Android. B4X: Dim nativeMe As JavaObject ----------- nativeMe.InitializeContext nativeMe.RunMethod("securescreen",Null) ----------- #If Java import android.annotation.TargetApi; import android.content.Context; import...
  18. practicalsoft

    B4X FEED How safe is my API keys?

    So I followed the instructions in this post here and integrated google maps into my application. In that tutorial it says you should put your API key in the manifest editor like this. B4X: AddApplicationText( <meta-data android:name="com.google.android.geo.API_KEY"...
  19. practicalsoft

    B4X FEED B4xtable issue

    hello everyone i have 2 ativity : activity 1: its b4xtable with 700 Rows -> when click on cell ->start Atcity(2) the problem is : Its Stop When Activty2 Is start !!! Plz help at android.app.ActivityThread.main(ActivityThread.java:7814) at java.lang.reflect.Method.invoke(Native Method) at...
  20. practicalsoft

    B4X FEED B4A 10! BETA is available for download

    Download link: www.b4x.com/android/files/beta.exe I'm very excited to release the beta version of B4A 10. The new templates feature will make it simpler for new developer to get started with B4X, and will also make it simpler to use B4XPages and other frameworks. Project templates...
عقب
بالا