<How to pass data using Android Fabulous Filter Ca...
# stackoverflow
u
How to pass data using Android Fabulous Filter Callback? I currently try to use the Fabulous Filter library (Link) for Android to make a Floating Button to open up a Fragment Dialog with animation. I wanted to use it as a Filter Fragment Dialog that allow user to select Date, then pass back the selected Date to the Screen (I use Fragment instead of Activity). Even I followed the documentation code, the callback seem like does not work. My Issue: The override fun...