DineshNeupane
DineshNeupane
This class was deprecated in API level 29. Use the AndroidX Preference Library for consistent behavior across all devices. For more information on using the AndroidX Preference Library see Settings....
I am getting a NPM at ToastyUtils because of null reference to getDrawable method. My initial thought is because I've enabled minify and remove unwanted resources, it is causing problem....
HI tarek, thank you very much for this very useful library. I am trying to implement something like below: color flow animation, don't know how to. 
Is there any way I can make the menu button rectangular or square instead of circular? I did not find any attributes to do so.
As I can see this is pretty useful for In-App keyboard by just registering the Edittext to CustomKeyboadView but I tried using this with InputmethodService. Displays nothing. Can you provide...
Is there any way to make glitch-effect on image?
Is there any way to add opacity to the geotiff layer? I tried with this but it's not wprking. ``` const windSpeedOptions = { opacity: 0.5, }; ```