Hii experts,
I'm new to b4a custom view, so please help me.
I'm trying to create edittext custom view, add I want to add textchange event
my code is :
Public Sub DesignerCreateView (Base As Panel, Lbl As Label, Props As Map)
mBase = Base
edittext.Initialize("")...