Popularity
0.6
Stable
Activity
0.0
Stable
5
2
1

Code Quality Rank: L5
Programming language: Java
Tags: Other Widget    
Latest version: v1.1.0

MiladBadgeView alternatives and similar packages

Based on the "Other Widget" category.
Alternatively, view MiladBadgeView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MiladBadgeView or a related project?

Add another 'Other Widget' Package

README

milad badge view

badge view for android Demos  Demos


simple and useful


Install

Add it in your root build.gradle at the end of repositories:

allprojects {
        repositories {
            ...
            maven { url "https://jitpack.io" }
        }
}

Add the dependency

    dependencies {
            compile 'com.github.miladheydari:MiladBadgeView:1.1.0'
    }

or download https://github.com/miladheydari/MiladBadgeView/blob/master/miladbadgeview/release/MiladBadgeView.jar and copy to libs project folder.

usage

TextView tv=(TextView)findViewById(R.id.tv);
MiladBadgeView mbv=new MiladBadgeView(getActivity());
mbv.setTarget(tv);
mbv.setText("1");