Android Code Snippet (B4A)FluidSlider [No Wrap]

A bit for challenge and a bit for fun with @moster67 I created a version entirely in B4A of the FluidSlide library. Find the wrapper created by @moster67 of the original library written in Kotlin here
B4i version HERE

Instead in this post you find a similar version made in B4A with its source code

UPDATE

video.gif
 

Attachments

  • fluidSlide.zip
    10.6 KB · Views: 656
Last edited:

asales

Expert
Licensed User
Longtime User
Very, very nice!
A question: is possible to set the MaxValue in runtime, because I don't see this property when I call "FluidSlider1.<properties>.
 

Star-Dust

Expert
Licensed User
Longtime User
Try it, set MaxValue as public and change the value in runtime or better create the sub setMaxValue and getMaxValue.

But obviously changing MaxValue you also have to change LabMax (label) and the position of Ball (Label)
 

Star-Dust

Expert
Licensed User
Longtime User
Do not exaggerate, I had a good intuition a couple of times. Those good are others ;)
 
Top