Popularity
1.4
Stable
Activity
0.0
Stable
20
2
8

Description

simple blinking loader. has following feature:- 1. two color state :- blinking/netural 2. can be auto-started

Programming language: Java
License: GNU General Public License v3.0 only

BlinkingLoader alternatives and similar packages

Based on the "Progressbar/Progress View Widget" category.
Alternatively, view BlinkingLoader alternatives based on common mentions on social networks and blogs.

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

Add another 'Progressbar/Progress View Widget' Package

README

BlinkingLoader

animated blinking loader

Usage :-

<app.m4ntis.blinkingloader.BlinkingLoader
      android:id="@+id/dotLoading1"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      app:auto_start="true"
      app:dot_blinkingColor="@color/colorAccent"
      app:dot_margin="3dp"
      app:dot_neutralColor="@color/colorAccent_light"
      app:dot_num_dots="5"/>

ScreenShot