All Projects → steelkiwi → Dotsloaderview

steelkiwi / Dotsloaderview

Simple dots loader view

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dotsloaderview

Slidingsquareloaderview
Marvelous sliding square loader view
Stars: ✭ 166 (+163.49%)
Mutual labels:  library, view, custom, loader
Incrementproductview
Interesting concept of products incrementation
Stars: ✭ 262 (+315.87%)
Mutual labels:  library, view, custom
Fiftyshadesof
An elegant context-care loading placeholder for Android
Stars: ✭ 1,110 (+1661.9%)
Mutual labels:  view, custom, loader
Mkloader
Beautiful and smooth custom loading views
Stars: ✭ 1,377 (+2085.71%)
Mutual labels:  view, custom, loader
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-42.86%)
Mutual labels:  library, view, custom
Popview Android
Pop animation with circular dust effect for any view updation
Stars: ✭ 487 (+673.02%)
Mutual labels:  library, view
Longshadow
Add a long shadow on any Android View
Stars: ✭ 562 (+792.06%)
Mutual labels:  view, custom
Tabulate
Table Maker for Modern C++
Stars: ✭ 862 (+1268.25%)
Mutual labels:  library, view
Candyview
Implement any RecyclerView in just 1 Line. CandyView handles everything for you.
Stars: ✭ 15 (-76.19%)
Mutual labels:  library, view
Materialimageloading
Material image loading implementation
Stars: ✭ 396 (+528.57%)
Mutual labels:  view, custom
Mylittlecanvas
🎨Need to create a custom view ? You don't know how to use Canvas, use MyLittleCanvas instead !
Stars: ✭ 870 (+1280.95%)
Mutual labels:  view, custom
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (-50.79%)
Mutual labels:  library, view
Weatherview
WeatherView is an Android Library let you make cool weather animations for your app
Stars: ✭ 426 (+576.19%)
Mutual labels:  library, view
Lemniscate
An easy way to make your progress view nice and sleek.
Stars: ✭ 420 (+566.67%)
Mutual labels:  view, custom
Crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-65.08%)
Mutual labels:  library, view
Bouncylayout
Make. It. Bounce.
Stars: ✭ 4,035 (+6304.76%)
Mutual labels:  library, view
Androidlibs
🔥正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)
Stars: ✭ 7,148 (+11246.03%)
Mutual labels:  library, view
Csspin
CSS Spinners and Loaders - Modular, Customizable and Single HTML Element Code for Pure CSS Loader and Spinner
Stars: ✭ 1,019 (+1517.46%)
Mutual labels:  library, loader
Gifloader
An Android Library to load your GIF files
Stars: ✭ 38 (-39.68%)
Mutual labels:  library, loader
Viewtooltip
A fluent tooltip for Android
Stars: ✭ 1,029 (+1533.33%)
Mutual labels:  view, custom

DotsLoaderView

Made in SteelKiwi Download

Wonderful dots loader view inspired this Design

View

Download

Gradle

compile 'com.steelkiwi:dots-loader-view:1.0.0'

Usage

Add DotsLoaderView to your xml layout

<steelkiwi.com.library.DotsLoaderView
    android:id="@+id/dotsLoaderView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:visibility="visible"
    app:dlv_item_drawable="@drawable/circle_background"
    app:dlv_line_color="@color/point_color"/>

You can customize view, through this attributes

  • app:dlv_item_drawable - background shape for dot view
  • app:dlv_line_color - view bottom line color

To use it in the code you need only call this methods

// to show loading
dotsLoaderView.show();
// to hide loading
dotsLoaderView.hide();

License

Copyright © 2017 SteelKiwi, http://steelkiwi.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].