All Projects → fython → Materialstepperview

fython / Materialstepperview

Licence: mit
Steppers - Material Design Components for Android

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Materialstepperview

Materialdesignextensions
Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
Stars: ✭ 516 (-76.41%)
Mutual labels:  material-design, stepper
Home Panel
A web frontend for controlling the home.
Stars: ✭ 185 (-91.54%)
Mutual labels:  material-design
Flutter kart
Sample flutter project based on udmey tutorial
Stars: ✭ 174 (-92.04%)
Mutual labels:  material-design
React Material Components Web
React wrapper of Google's Material Components Web
Stars: ✭ 184 (-91.59%)
Mutual labels:  material-design
Ripplejs
vanilla Material Design ripples
Stars: ✭ 177 (-91.91%)
Mutual labels:  material-design
Whatsappbetaupdater
An app to update WhatsApp to the latest beta version available on Android. Based on Material Design.
Stars: ✭ 183 (-91.63%)
Mutual labels:  material-design
Kross Hugo
Kross Creative Portfolio Template
Stars: ✭ 172 (-92.14%)
Mutual labels:  material-design
Elegantdialog
A beautiful, customizable and interactive dialog for Android written in Kotlin/Java 😍
Stars: ✭ 189 (-91.36%)
Mutual labels:  material-design
Fontawesome.sharp
A library for using Font Awesome in WPF & Windows Forms applications
Stars: ✭ 185 (-91.54%)
Mutual labels:  material-design
Dotsindicator
Three material Dots Indicators for view pagers in Android !
Stars: ✭ 2,447 (+11.89%)
Mutual labels:  material-design
Materialprogressbar
Material Design ProgressBar with consistent appearance
Stars: ✭ 2,145 (-1.92%)
Mutual labels:  material-design
React Ui Roundup
A one-stop-shop for comparing the features of all the best React frameworks. Useful for designers and engineers alike!
Stars: ✭ 177 (-91.91%)
Mutual labels:  material-design
Musiclake
MediaPlayer、Exoplayer音乐播放器,可播在线音乐,qq音乐,百度音乐,虾米音乐,网易云音乐,YouTuBe
Stars: ✭ 2,291 (+4.76%)
Mutual labels:  material-design
Morpheus
A Flutter package for easily implementing Material Design navigation transitions.
Stars: ✭ 177 (-91.91%)
Mutual labels:  material-design
Lightdm Webkit Material
[PROJECT ABANDONED] A material design LightDM Webkit greeter theme
Stars: ✭ 187 (-91.45%)
Mutual labels:  material-design
React Native Paper Dates
Smooth and fast cross platform Material Design date and time picker for React Native Paper
Stars: ✭ 173 (-92.09%)
Mutual labels:  material-design
Preact Mdl
💥 A collection of Preact Components that encapsulate Google's Material Design Lite.
Stars: ✭ 179 (-91.82%)
Mutual labels:  material-design
Browser
🌍 Cross-platform Material design web browser
Stars: ✭ 184 (-91.59%)
Mutual labels:  material-design
Wanna
💡✔ Wanna is an implementation of a 21st-century to-do list app.
Stars: ✭ 189 (-91.36%)
Mutual labels:  material-design
Beamermaterialdesign
Theme for Beamer inspired by Google's Material Design
Stars: ✭ 186 (-91.5%)
Mutual labels:  material-design

MaterialStepperView

Material Design Stepper Widgets on Android (SDK 17+)

Repo Wiki 简体中文说明

Import (Gradle)

First, add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency to your app modules:

dependencies {
    compile 'moe.feng:MaterialStepperView:latest-version'
}

Styles

Currently, we have only made Vertical style stepper view.

There will be more styles in the future.

You can customize normal/activated point color, done icon, animation duration and animation enabled also. How to?

Vertical Stepper View

Vertical Stepper View Demo

Read Wiki and learn how to use

Support me

If you like this library project and you are willing to support me, you can donate me via Alipay or PayPal.

Alipay: [email protected]

PayPal: https://www.paypal.me/fython

License

MIT License

Copyright (c) 2017-2020 Siubeng Fung (fython)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].