Subscribe to library updates

DonManfred

Expert
Licensed User
Longtime User
Firebase UI Bindings. V0.21

Added a Macro to the Library to simplify the Integration.

New in V0.21

Add this line to your Manifest to define the needed Firebase UI Activities.
B4X:
CreateResourceFromFile(Macro, FirebaseUI.uibindings)
 

Star-Dust

Expert
Licensed User
Longtime User
SD Trimmer rel. 0.02

trimmer (seek) volume simulator
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User

Star-Dust

Expert
Licensed User
Longtime User
[B4X] [XUI] Shadows (With source code)
create the shadow to the images in the views, also be used to transform colors image into shades of gray image
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
SD ImageTile rel. 0.02 (Image Swap Animation)

New Class: ImageRubik
 

DonManfred

Expert
Licensed User
Longtime User
Dropbox SDK V2 JAVA V0.4
This version is based on my old Library from which i lost the source. I decompiled the old library and make it work again.
I also completely rewrote the Uploadmethod (the decompiler was not able to decompile this methods. It is now using an UploadSession.

The new Upload is tested with Files up to 590mb but i expect it to work with bigger files also.

Edit: I tested it with a 2.4GB big File now.
uploadsession()
B4X-Video-Tutorials.zip -> 8,192 KB /2,468,663 kb -> .33 - Session AAAAAAABMf-2ITcAVqpJXQ
B4X-Video-Tutorials.zip -> 16,384 KB /2,468,663 kb -> .66 - Session AAAAAAABMf-2ITcAVqpJXQ
[...]
B4X-Video-Tutorials.zip -> 2,441,216 KB /2,468,663 kb -> 98.89 - Session AAAAAAABMf-2ITcAVqpJXQ
B4X-Video-Tutorials.zip -> 2,449,408 KB /2,468,663 kb -> 99.22 - Session AAAAAAABMf-2ITcAVqpJXQ
B4X-Video-Tutorials.zip -> 2,457,600 KB /2,468,663 kb -> 99.55 - Session AAAAAAABMf-2ITcAVqpJXQ
B4X-Video-Tutorials.zip -> 2,465,792 KB /2,468,663 kb -> 99.88 - Session AAAAAAABMf-2ITcAVqpJXQ
dbxFiles_UploadFinished(true Session AAAAAAABMf-2ITcAVqpJXQ -> {".tag":"file","name":"B4X-Video-Tutorials.zip","id":"id:qn6VkEYC6_gAAAAAAABlWw","client_modified":"2018-05-21T05:41:27Z","server_modified":"2018-05-21T05:41:27Z","rev":"1c04511fadbd8","size":2527911112,"path_lower":"/testupload4j/b4x-video-tutorials.zip","path_display":"/testupload4j/B4X-Video-Tutorials.zip","content_hash":"4dba6fea463cc3f94819b8be0044e59ba9854ceb6e21de014c3161bc98d78e13"})
{
".tag" : "file",
"name" : "B4X-Video-Tutorials.zip",
"id" : "id:qn6VkEYC6_gAAAAAAABlWw",
"client_modified" : "2018-05-21T05:41:27Z",
"server_modified" : "2018-05-21T05:41:27Z",
"rev" : "1c04511fadbd8",
"size" : 2527911112,
"path_lower" : "/testupload4j/b4x-video-tutorials.zip",
"path_display" : "/testupload4j/B4X-Video-Tutorials.zip",
"content_hash" : "4dba6fea463cc3f94819b8be0044e59ba9854ceb6e21de014c3161bc98d78e13"
}
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Dropbox SDK V2 Java

updated to V0.42

New is a Call to Files.listFolderContinue which expect a Cursor. ListFolder itself return the last used cursor so you can store it.

listFolderContinue results in an Event with all Changes (and a new latestcursor to store)
 

Star-Dust

Expert
Licensed User
Longtime User
SD MeteorView Class with source code

It animates the background of any view and makes a starry sky appear with falling meteors.
 
Top