Hi,
I am making a revised B4XFloatTextField called tfeCustom. I have done the following:
Created a layout (tfeCVLayout.bal) with a B4XFloatTextField called tfe and a toolbar of images for clear, back, forward, format title (proper, lowercase, uppercase, camel and SQLite SQL format
Load the...
This is a class module for B4A from modified Erel's B4J clas CLV Dragger from this thread: https://www.b4x.com/android/forum/threads/solved-class-modified-b4j-class-clvdragger-for-b4a.120358/
Usage:
- Call dragger.SetDefaults(width, backgroundColor, textColor) Since it is used on the phone with...
I have tried to modify Erel's Java class from this thread https://www.b4x.com/android/forum/threads/class-clvdragger-drag-to-reorder-items.104261/ for B4A
I have changed mouse events to touch events. The rest of the code is the same as in Erel's code.
The class code is as follows:
B4X:
'v1.00...
I have tried to modify Erel's Java class from this thread https://www.b4x.com/android/forum/threads/class-clvdragger-drag-to-reorder-items.104261/ for B4A
I have changed mouse events to touch events. The rest of the code is the same as in Erel's code.
The class code is as follows:
B4X:
'v1.00...
Need a filepickerdialog? to choose files from your File.Dirdocument Folder? With this class it is super easy and you can costumize it if you want.
Instructions:
1, Add the Class to your Project
2, Initialize the Class in a button_click Event like this:
B4X:
Sub btn_Click
If...
The advantage of the rest API of Firebase auth is that it can be used cross platform. The downside is, we have to take care of the user access tokens ourselves. That's why I wrote this class, it works with the "FirebaseAuthREST" class.
The class was inspired by @Erel oauth2 class, adapted to my...
Hi all.
How can I initialize a class as a view?
I didn't understand the logic...
Example (Admob by @Erel )
B4X:
Private BannerAd As AdView
BannerAd.Initialize2("BannerAd", "ca-app-pub-3940256099942544/6300978111", BannerAd.SIZE_SMART_BANNER)
Dim height As Int
If...