android-process-button icon indicating copy to clipboard operation
android-process-button copied to clipboard

Android Buttons With Built-in Progress Meters.

Results 27 android-process-button issues
Sort by recently updated
recently updated
newest added

updated SDK version to 24 updated support lib to latest version 24.2.1 decreased minSdkVersion to 9

Im also getting same error im using android studio here is the java file it is showing me error on setContentView `@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_personal_data);` >...

Is there any way I can make this cool button with rounded edges?

The button loading animation will work for only one click , I think we should add ````mProgress = 0;```` ```` public void start(final ProcessButton button) { final Handler handler =...

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

There should be support for changing the font of the button to any custom font both through XML and Java/Kotlin

How I can get round corner button with this?

Hi, I make an android application and I use your process button for the sign up / sign in. When I push the button, the animation start and the color...

hi , I used action button to display progress while sending mail progress display after task is finished so it takes time to wait while nothing appear I need to...