Java Question Advanced input

stefanobusetto

Active Member
Licensed User
Longtime User
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
 

stefanobusetto

Active Member
Licensed User
Longtime User
Thanks for the ultra fast response
I didn't explain well.
I need to select a value from a database table.
So i query the table, display the data and allow the selection.
Or
I need to select a date
So i display the date dialog ...
 
Top