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...
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?
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...
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...
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...
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
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...
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.