florent37 / Fiftyshadesof
Licence: apache-2.0
An elegant context-care loading placeholder for Android
Stars: ✭ 1,110
Programming Languages
java
68154 projects - #9 most used programming language
Projects that are alternatives of or similar to Fiftyshadesof
Materialimageloading
Material image loading implementation
Stars: ✭ 396 (-64.32%)
Mutual labels: material, view, custom, loading
Mkloader
Beautiful and smooth custom loading views
Stars: ✭ 1,377 (+24.05%)
Mutual labels: view, custom, loader, loading
Arclayout
With Arc Layout explore new styles and approaches on material design
Stars: ✭ 1,662 (+49.73%)
Mutual labels: material, design, view, custom
Aiflatswitch
Nicely animated flat design switch alternative to UISwitch
Stars: ✭ 904 (-18.56%)
Mutual labels: material, design, custom
Slidingsquareloaderview
Marvelous sliding square loader view
Stars: ✭ 166 (-85.05%)
Mutual labels: view, custom, loader
Chips Input Layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
Stars: ✭ 591 (-46.76%)
Mutual labels: material, design, view
Shapeofview
Give a custom shape to any android view, Material Design 2 ready
Stars: ✭ 2,977 (+168.2%)
Mutual labels: material, view, custom
Kotlinpleaseanimate
Kotlin, please, can you animate my views ?
Stars: ✭ 541 (-51.26%)
Mutual labels: material, design, view
Singledateandtimepicker
You can now select a date and a time with only one widget !
Stars: ✭ 921 (-17.03%)
Mutual labels: material, design
Magictools
🎮 📝 A list of Game Development resources to make magic happen.
Stars: ✭ 8,853 (+697.57%)
Mutual labels: list, design
Statefullayout
Android layout to show template for loading, empty, error etc. states
Stars: ✭ 813 (-26.76%)
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.01%)
Mutual labels: loader, loading
Create Content Loader
✏️ Tool to create your own react-content-loader easily.
Stars: ✭ 937 (-15.59%)
Mutual labels: loader, loading
Awesome Creative Coding
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Stars: ✭ 8,696 (+683.42%)
Mutual labels: list, design
Readablebottombar
Yet another material bottom bar library for Android
Stars: ✭ 977 (-11.98%)
Mutual labels: material, view
Ringprogressbar
A material design circle the progress bar.
Stars: ✭ 789 (-28.92%)
Mutual labels: material, view
FiftyShadesOf

An elegant context-care loading placeholder for Android
Usage
FiftyShadesOf.with(context)
.on(view1, view2, view3)
.start();
Available attributes
View Selector
FiftyShadesOf.with(context)
.on(R.id.view1, R.id.view2, R.id.view3) //views id
.on(view1, view2, view3) //views references
.on(viewGroup) //group of views
.except(view1, view2) //skip a view
.start();
Cross
(By Default)
FiftyShadesOf.with(context)
.on(R.id.view)
.start();
Fade
FiftyShadesOf.with(context)
.on(R.id.view)
.fadeIn(true)
.start();
Download
compile 'com.github.florent37:fiftyshadesof:1.0.0'
Credits
Author: Florent Champigny
Fiches Plateau Moto : https://www.fiches-plateau-moto.fr/




License
Copyright 2016 florent37, Inc.
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].