StringPicker
StringPicker copied to clipboard
Using StringPickerDialog in a Fragment
How can I supply the OnClickListener interface to the StringPickerDialog if it is implemented in a Fragment. There is no “setter” method, the StringPickerDialog class take this interface when it is attached to the activity, but my host-activity doesn’t implement this interface, it is its hosted fragment instead.
Thanks!