All Projects → omjoonkim → Skeletonloadingview

omjoonkim / Skeletonloadingview

Licence: apache-2.0
SkeletonLoadingView(Shimmer) with Kotlin in Android💀💀

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Skeletonloadingview

react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (-71.23%)
Mutual labels:  skeleton, loading
Tabanimated
A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
Stars: ✭ 2,909 (+1892.47%)
Mutual labels:  skeleton, loading
React Content Loader
⚪ SVG-Powered component to easily create skeleton loadings.
Stars: ✭ 11,830 (+8002.74%)
Mutual labels:  skeleton, loading
Vue Content Loading
Vue component to easily build (or use presets) SVG loading cards Facebook like.
Stars: ✭ 729 (+399.32%)
Mutual labels:  skeleton, loading
Skeletonui
☠️ Elegant skeleton loading animation in SwiftUI and Combine
Stars: ✭ 275 (+88.36%)
Mutual labels:  skeleton, loading
koleton
The easiest library to show skeleton screens in an Android app.
Stars: ✭ 84 (-42.47%)
Mutual labels:  skeleton, loading
Skeletonview
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Stars: ✭ 10,804 (+7300%)
Mutual labels:  skeleton, loading
Ngx Skeleton Loader
Make beautiful, animated loading skeletons that automatically adapt to your Angular apps
Stars: ✭ 278 (+90.41%)
Mutual labels:  skeleton, loading
React Skeletor
Skeleton loading for React
Stars: ✭ 551 (+277.4%)
Mutual labels:  skeleton, loading
Windless
Windless makes it easy to implement invisible layout loading view.
Stars: ✭ 919 (+529.45%)
Mutual labels:  skeleton, loading
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-19.18%)
Mutual labels:  skeleton
Waveloadingview
An Android library providing to realize wave loading effect.
Stars: ✭ 1,658 (+1035.62%)
Mutual labels:  loading
Vue Content Placeholders
Composable components for rendering fake (progressive) content like facebook in vue
Stars: ✭ 1,547 (+959.59%)
Mutual labels:  skeleton
Eclipseloading
🌞 日食加载动画
Stars: ✭ 114 (-21.92%)
Mutual labels:  loading
Php Docker Template
Docker images for PHP applications, CLI and FPM with shared socket
Stars: ✭ 142 (-2.74%)
Mutual labels:  skeleton
Dddplus Demo
♨️ Demonstrate how to use DDDplus to build a complex OMS.演示如何使用DDDplus实现一套订单履约中台OMS
Stars: ✭ 111 (-23.97%)
Mutual labels:  skeleton
Skeleton
springboot+mybatis skeleton
Stars: ✭ 110 (-24.66%)
Mutual labels:  skeleton
Spookyc
A compiler for the 🎃 Spooky 😱 programming language 👻
Stars: ✭ 144 (-1.37%)
Mutual labels:  skeleton
Statemanager
对Android通用展示的封装,解决Loading、Exception及常用业务的复用问题
Stars: ✭ 142 (-2.74%)
Mutual labels:  loading
Cosin
Android loading view library 📊🍭
Stars: ✭ 129 (-11.64%)
Mutual labels:  loading

SkeletonLoadingView

Download Android Arsenal

SkeletonLoadingView with Kotlin 💀💀

sample

Requirements

minApi 12+

Usage

	<com.omjoonkim.skeletonloadingview.SkeletonLoadingView
			android:id="@+id/skeletonView"
			android:layout_width="100dp"
			android:layout_height="12dp"
			app:baseColor="#fbfbfb" //customize baseColor  default : #fbfbfb
			app:deepColor="#f2f2f2" //customize deepColor  default : #f2f2f2
			app:duration="1500" //customize duration  default : 1500
			app:interval="1000" //customize interval of animation  default : 0
			app:progressLength="120dp" //customize progressLength  default : 120dp
			app:radius="5dp" //customize radius default : 5dp
			app:autoStart="true" //customize autoStart. default : true
			/>

Integration

add to your app build.gradle

dependencies {
implementetion  'com.omjoonkim.library:skeleton-loading-view:0.1.3'
}

Contribute

always welcome 👐 Only pull request.

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