Android
How to open up a Dialog when clicking a Preference button and show a GIF in it in Android
In this post, I show how to open up a Dialog when a button in Settings is clicked and show GIF in it. I am using Kotlin in here, it is relatively easy to do the same with Java. Create the Preference button We will use the following XML for Read more…