B4A Library Ripple Effect library

Douglas Farias

Expert
Licensed User
Longtime User
I've uploaded a new version to the first post. It is based on a newer version of the open source project: https://github.com/patrickpissurno/RippleEffect
hi erel, can you post a simple example?

i m added the effect into a panel, into a clv

B4X:
        Private p As Panel
        p.Initialize("p")
        clvStickers.Add(p,16%y,m.GetKeyAt(i))
        p.LoadLayout("clvStickers")
        p.Color = Colors.Transparent
        riple.Initialize(p,Colors.RGB(17,139,126),250,False)

but the clv events is never fired with the effect, the effect works ok, but dont call the sub click

B4X:
Sub clvStickers_ItemClick (Index As Int, Value As Object)


It is simple to use it. See the included example.
i think u forgot to put a example on post #1 later the last update
 
I have 2 problems with it. I don't want the effect to work while the button is disabled.
and the other question is I want the ripple continue showing until I press the button.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…