B4A Question [CLOSED] - SDK 34 vs SDK 33 - bigger APK file size in SDK 34 - Jmu5667    Jul 25, 2024 THIS IS NOT A BUG NOR AN ISSUE. IT IS NOW CLOSED
Hello
The same app under SDK 34 is much larger then SDK 33.
I have used 7zip to view the APK and here is what I found;
SDK 33
Size
SDK 34
Size... B4A Question [Solved] MediaChooser/SMM - limit image file size - udg    Mar 12, 2025 Hi all,
today I used Mediachooser to take a couple of photos, limiting the file size, but I found that a "complex" image returns an error about the final file size exceeding the limit... B4A Question [solved] Photo image file size - udg    Jun 8, 2020 /tablets. So I expect a modern photo to be very large (referring to file size rather than image size... a B4A/B4i app takes up a photo (using whatever resolution the device is set to), reduce its resulting file... B4R Question What max file size to SD card your used? - peacemaker    Aug 20, 2024 Hi, All
Who practically used SD-cards - what max file size you could write ?
Strange, but my ESP32 is starting to give error like "Failed to open file for appending" when the file is just... B4A Question How to reduce camera photo file size dramatically - toby    Sep 30, 2023 the internal storage. The file size is about 351Kbytes each, meaning that 1.2G of space is needed in... quality for reduced file size as long as the picture is still clear.
Could someone kindly give me... B4J Code Snippet [B4X] Reduce an image file to a specific size - for example, <500KB to upload to the Forum. - William Lancee    Sep 26, 2022   (7 reactions) Private imageDir As String Private imageFile As String Private maxSize As Long..., "JPEG") out.Close sz = File.Size(imageDir, fn) perc = perc - 1 Log...) 'specify your imageFile imageDir = "C:\Users\willi\Desktop\Images" imageFile = "TrainMoment.png" 'as an example original = xui.LoadBitmap(imageDir, imageFile) imageCV.DrawBitmap(original, stage) Dim fn As String = imageFile.SubString2(0, imageFile... B4A Question compiled apk file size problem - Erel (first post)    Jan 5, 2025   (1 reaction)
there is no way to decrease the size?
Only if you remove Firebase.... B4A Question Why So Much Disparity in File Size Between B4A900 and B4A901 - Mahares    Apr 23, 2019 B4A900.exe has a size of 7538 KB while B4A901.exe has a size of 11193 Kb. Why such a big difference when 901 is considered a minor upgrade?... B4i Question get file size of a file in file.dirdocuments - tufanv    Apr 27, 2018 Hello,
How can I get the size of a file in file.dirdocuments ?
Thanks... B4A Question Save As to Copy a File is Zero Size - mackrackit    Dec 27, 2023 . Compiling to SDK version 33.
The problem I am having is the file saved using SaveAs is always 0 B in size.
I can verify that there is data in the file with
Sub ReadString
MsgboxAsync(File..., alway creates a file 0 B in size without content.... Page: 1   2   3   4   |