SkillAgentSearch skills...

Easyloadingbtn

This is a Material Design loading button

Install / Use

/learn @DevinShine/Easyloadingbtn
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

This is a library project with a custom view that implements concept of Send Comment (https://dribbble.com/shots/1986254-Send-Comment-Shoppr) made by Nikosaurier for android

###Demo demo

###Usage Add the EasyLoadingBtn in your layout

<com.shadev.easyloadingdemo.view.LoadingButton
        android:id="@+id/lbtn_default"
        android:layout_centerInParent="true"
        android:layout_width="100dp"
        android:layout_height="100dp"/>

and

mDefaultLButton.setCallback(new LoadingButton.Callback() {
            @Override
            public void complete() {
                //TODO
            }
        });
View on GitHub
GitHub Stars290
CategoryDesign
Updated19h ago
Forks44

Languages

Java

Security Score

80/100

Audited on Apr 1, 2026

No findings