B4XImageView is a new custom view, added to XUI Views v2.40.
It adds several useful resize modes to the standard ImageView:
(Images source:
Share My Creation - Compass GM a gyro-magnetic compass app featuring true and magnetic heading
Hi everyone, you are all welcome to download and...
I looked through the posts (for example SQL Tutorial) and even find only statements pointing to transfer a bitmap file into a byte array (Dim Buffer() As Byte = File.ReadBytes(File.DirAssets, "smiley.gif")). But this is not I am looking for.
1st I need an b4x/b4a example how to transfer layout...
One problem that has often been addressed is the Image List when there are many elements. Because when the list is populated it seems to freeze and take a long time.
One solution adopted is the asynchronous method. It populates with the text, which occurs quickly and asynchronously the...