I need to create custom input methods for particular kind of data.
So i want to create a wrapper for a textview and attach an onclicklistener to it.
The listener creates an activity to perform the edit, selection or whatever.
When i finish the activity i need to set the value of the wrapped component.
Is there something like a register a callback function in the wrapped component?
Thanks
So i want to create a wrapper for a textview and attach an onclicklistener to it.
The listener creates an activity to perform the edit, selection or whatever.
When i finish the activity i need to set the value of the wrapped component.
Is there something like a register a callback function in the wrapped component?
Thanks