size

  1. M

    Bug? XSpeechRecognizer by MultiverseApp error occurred message - serious problem

    Hi eveyrone last year I made an app that uses XSpeechRecognizer by @Multiverse app library to detect words, infact you can see some posts of mine on the forum. However I received a report that some useres experienced a crash of the app when they start the Speech To Text. So I opened the project...
  2. james_sgp

    iOS Question Text Size, iPhone Vs iPad

    Hi, I have an app on B4X installing on an iPhone 8 everything is good, but when I install it on an iPad Mini 4, the text isn`t resizing? What should I be doing to get B4i to resize text for larger screens? FYI, Installing the same B4X code onto Android (Samsung S9 & Tab 6) there is no problem...
  3. rleiman

    Android Question Getting the widget image file the correct size

    Greetings Everyone, I would like to know what the correct image file sizes and designer settings sizes I should use for all the different possible widget sizes such as 1x1, 1x2, etc. For example I wanted to create a 1x1 widget. The png file size is 128x128 pixels. The attachments show what the...
  4. B

    Android Question Maximum Variant Size?

    Hi, I'm working on a form-based application where an engineer has to fill in a lot of test results. I place my layout in a scroll view so the engineer can scroll down the various required boxes to fill in the details. This all works great. I have one form which I need to have a *lot* of data...
  5. Sagenut

    Android Tutorial Widget Layout (Resizable, Adaptive)

    Not sure if this can be considered a Tutorial, my first attempt. Lately I started to play with Widgets, mostly for curiosity. The main problem I encountered was how to design the Layout to make it resizable and make the content to adapt automatically to size changes. Unluckily designing a widget...
  6. M

    B4J Question client screen size

    how to get the client screen size? I want to fit the content design based on their screen size. or is there another way to make the system design (layout) fit correctly to their screen size?
  7. palpedrinha

    iOS Question B4XDialog / B4XDialoSignatureTemplate change Size Width+Height

    Hi All, I'm using the B4XDialog and B4XDialoSignatureTemplate with iphone and everything is ok. Now I'm moving some APPs to work with iPad and I got a problem! Well ... is not really a problem like a bug or a crash. It's a visual problem! The iPad screen is bigger than an iPhone screen and...
  8. ALBRECHT

    Android Question Compare DirAssets and DirInternal db

    Hello, when i compare that 2 files : That is Because i regulary update the tables inside "strings.db" file from the "DB Brower SqlLite" tools 'LocalStrings *************************************************************** Dim FileName As String = "strings.db" Dim TargetDir As...
  9. Lucas Eduardo

    Android Question total cellphone storage size

    Hello, i am trying to get the total cellphone storage size. i found this code in JAVA public static boolean externalMemoryAvailable() { return android.os.Environment.getExternalStorageState().equals( android.os.Environment.MEDIA_MOUNTED); } public static String...
  10. Lucas Eduardo

    Android Question Size of each app installed

    How can i get the size of each app installed? with this code i can list all packages names Dim pm As PackageManager Dim packages As List packages = pm.GetInstalledPackages For i = 0 To packages.Size - 1 Log(packages.Get(i)) Next
  11. Alexander Stolte

    B4A Class [B4X] [XUI] AutoTextSizeLabel

    It is not recommented to use this class in B4J, the textsize is resetting without reasons... this class is based on the Original Class from @Erel. It works on B4A, B4I and B4J. I tested it with B4A and B4I. Notes: -XUI is needed Change log: - V1.0 Release - V1.1 Add RefreshView Add...
  12. K

    Android Question list.size slowing down app

    I have json file which contain nearly 37000 record when I'm using : Dim list1 As List list1 = json.NextArray Dim exact_record As Int exact_record = list1.Size It slow down app. this work fine : Dim exact_record As Int exact_record = 38000 what i'm doing wrong?
  13. SMOOTSARA

    Android Question encryption with SQLCipher

    Hey guys :) I used this library to protect data Before the encryption, the database size was 104 MB, but after the encryption 98.2 MB. (The volume of the database was reduced to 6 MB).:D:D But After the release of the program, we see that the APK file size has changed from 22.5 MB to 104 MB...
Top