LoadingButtonLibrary

screenshot of LoadingButtonLibrary

A loading button with animaton

Overview:

The LoadingButton is a library for Android that provides a customizable button with loading animation. It allows developers to easily add a loading animation to their buttons, enhancing the user experience by providing visual feedback during long-running operations. This library is based on the ButtonLoading repository.

Features:

  • BL_backgroundColor: Set the background color of the button.
  • BL_backgroundDisableColor: Set the background color of the button when it is disabled.
  • BL_circleColor: Set the color of the loading animation circle.
  • BL_circleColorSecond: Set the color of the second loading animation circle.
  • BL_stateShow: Define the button state to show: normal, animationStart, progress, or animationFinish.
  • BL_text: Set the text displayed on the button.
  • BL_textColor: Set the color of the button text.
  • BL_textDisableColor: Set the color of the button text when it is disabled.
  • BL_textSize: Set the size of the button text.
  • BL_enable: Enable or disable the button.
  • BL_font: Specify the font file for the button text.

Summary:

The LoadingButton library provides a simple way to add a loading animation to buttons in Android apps. It offers various customization options for the button's background color, loading animation color, text appearance, and more. By adding visual feedback during long-running operations, the LoadingButton library helps improve the user experience of your app.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.