![]() |
VOOZH | about |
In this article we are going to implement a liquid button library, This can be used to show animation on a button. When a user completed a course or completes Filling all the details on a form successfully, then we can show this liquid button to show success in a good way. Let's see the implementation of this feature. A sample GIF is given below to get an idea about what we are going to do in this article. Note that we are going to implement this project using the Java language.
To create a new project in Android Studio please refer to How to Create/Start a New Project in Android Studio article in gfg. Note that select Java as the programming language.
Navigate to the Gradle Scripts > build.gradle(Module:app) and add the below dependency in the dependencies section.
compile 'com.gospelware.liquidbutton:liquidButtonLib:1.1.5'
Navigate to the app > res > layout > activity_main.xml and add the below code to that file. Below is the code for the activity_main.xml file.
Go to the MainActivity.java file and refer to the following code. Below is the code for the MainActivity.java file.
Output: