All Projects → nntuyen → Mkloader

nntuyen / Mkloader

Licence: apache-2.0
Beautiful and smooth custom loading views

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mkloader

Fiftyshadesof
An elegant context-care loading placeholder for Android
Stars: ✭ 1,110 (-19.39%)
Mutual labels:  view, custom, loader, loading
Eclipseloading
🌞 日食加载动画
Stars: ✭ 114 (-91.72%)
Mutual labels:  view, loader, loading
Statefullayout
Android layout to show template for loading, empty, error etc. states
Stars: ✭ 813 (-40.96%)
Mutual labels:  custom-view, loader, loading
Materialimageloading
Material image loading implementation
Stars: ✭ 396 (-71.24%)
Mutual labels:  view, custom, loading
Slidingsquareloaderview
Marvelous sliding square loader view
Stars: ✭ 166 (-87.94%)
Mutual labels:  view, custom, loader
Dotsloaderview
Simple dots loader view
Stars: ✭ 63 (-95.42%)
Mutual labels:  view, custom, loader
Vue Loading Overlay
Vue.js component for full screen loading indicator 🌀
Stars: ✭ 784 (-43.06%)
Mutual labels:  loader, loading
Create Content Loader
✏️ Tool to create your own react-content-loader easily.
Stars: ✭ 937 (-31.95%)
Mutual labels:  loader, loading
Awloader
AWLoader is a UI Component that allows you to integrate loader that fits your needs within your app.
Stars: ✭ 11 (-99.2%)
Mutual labels:  loader, loading
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-97.39%)
Mutual labels:  view, custom
Stateview
✨ StateView is an invisible, zero-sized View that can be used to lazily inflate loadingView/emptyView/retryView at runtime.
Stars: ✭ 573 (-58.39%)
Mutual labels:  custom-view, loading
Mylittlecanvas
🎨Need to create a custom view ? You don't know how to use Canvas, use MyLittleCanvas instead !
Stars: ✭ 870 (-36.82%)
Mutual labels:  view, custom
Loading
loading...正在加载中的动画效果
Stars: ✭ 36 (-97.39%)
Mutual labels:  loader, loading
Whirl
CSS loading animations with minimal effort!
Stars: ✭ 774 (-43.79%)
Mutual labels:  loader, loading
Creditcardview
💳 CreditCardView is an Android library that allows developers to create the UI which replicates an actual Credit Card.
Stars: ✭ 744 (-45.97%)
Mutual labels:  view, custom-view
Easysignseekbar
本库主要提供一个漂亮而强大的自定义SeekBar,进度变化由提示牌 (sign)展示,具有强大的属性设置,支持设置section(节点)、mark(标记)、track(轨迹)、thumb(拖动块)、progress(进度)、sign(提示框)等功能
Stars: ✭ 629 (-54.32%)
Mutual labels:  view, custom-view
Iconswitch
🍭 Custom Android Switch widget
Stars: ✭ 874 (-36.53%)
Mutual labels:  view, custom-view
Meter Number Picker
The android library that provides a simple and customizable NumberPicker styled as meter.
Stars: ✭ 96 (-93.03%)
Mutual labels:  view, custom-view
Viewtooltip
A fluent tooltip for Android
Stars: ✭ 1,029 (-25.27%)
Mutual labels:  view, custom
Testleavesloading
Android 自定义 View 之 LeavesLoading
Stars: ✭ 55 (-96.01%)
Mutual labels:  custom, custom-view

mkloader

Build Status

Beautiful and smooth custom loading views

Usage

<com.tuyenmonkey.mkloader.MKLoader
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          app:mk_type="<loading_type>" (Optional. Default is ClassicSpinner)
          app:mk_color="<color>" (Optional. Default is #ffffff)
      />

Supported Types

  • Sharingan
  • TwinFishesSpinner
  • ClassicSpinner
  • LineSpinner
  • FishSpinner
  • PhoneWave
  • ThreePulse
  • FourPulse
  • FivePulse
  • Worm
  • Whirlpool
  • Radar

Download

Gradle

dependencies {
  compile 'com.tuyenmonkey:mkloader:1.4.0'
}

Snapshots of the development version are available in Sonatype's snapshots repository.

License

Copyright 2017 Tuyen Monkey

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].