• Stars
    star
    101
  • Rank 331,674 (Top 7 %)
  • Language
    Java
  • Created over 8 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Material Design Stepper Library for Android

Material Design Steppers

Download Android Arsenal

Google Material Design Steppers Component For Android Java - Official Link


`compile 'ivb.com.materialstepper:material-stepper:0.0.2'`

1. Create Java class and extend the **progressMobileStepper** or **simpleMobileStepper** Activity.
2. Implement the following methods: **List init()** method and **void onStepperCompleted()** .
3. Create Fragments by Extending **stepperFragment** and implement Method **boolean onNextButtonHandler()**.
4. Use **onNextButtonHandler** method to handle UI validation inside the Fragments, whenever the user presses the Next Button, return true/false inorder to determine whether to Stay or move to next Fragment.
5. Make it an ArrayList with Class containing fragments and return via **List init()** method - as mentioned in the 1st step.
6. Use **onStepperCompleted** method to complete stepper and finalize the activity.
7. Developers can choose to implement savedInstanceState s to save the Data if need be. The fragments will be imitialized only when needed. Most of the time they will be destroyed to avoid memory overheads and leaks.
**Note** : with the given List size : step count will be Computed and Updated. Increasing and dynamic fragment feature could be added in upcoming releases,
Scrollview has been adapted for ViewPager(fragment)scroll, This will scaled to all screen sizezes. Added support for both Landscape and Portait Mode by adapting SavedInstanceState.(However Your Data inside that fragment is not gauranteed for consistency, so the usage SavedinstanceState is suggested) ##DEMO : Here is a demo for your understaning: example project, Download and Sync with gradle.build
###Screenshot : Screenshot Link
## Potential use-cases for this Library : 1) Payment Processing Steps for Checkouts
2) Account creation and validation
3) Forms and surveys (Ideal use-case)
4) Accomplishment apps and Task driven apps.

##Motive behind this Library: Hello,i'm shivasurya,Pre-Final year UG Student from INDIA
i have been developing apps for more than a year,Developed Android Material Design Component using Existing Support Library v4 ViewPager named as Material Steppers.Initially developed for part of College Project and open sourced for further development and enhancement of the library in Github.Constantly working on the library to improve features and fix memory Leaks based on issues opened.It has been published in Android-arsenal too.

Android Arsenal - https://android-arsenal.com/details/1/3049
Please Do Contribute and Optimize the code!.

##License The MIT License (MIT)

Project Maintained By Shivasurya S

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.

More Repositories

1

FeedbackDialog

An Interactive Feedback Dialog for Android inspired from Google Maps Review section
Java
100
star
2

android

My leanings with Android Udacity
Java
10
star
3

code-pathfinder

Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.
Go
9
star
4

app-indexing

App Indexing API - Google Developers Sample
Java
8
star
5

cc150

my workouts on "Cracking the coding interview 189 programming interview questions and solutions"
C
8
star
6

App-invites

App invites - Facebook Developers.App Invites are a rich and personal way for people to invite their Facebook friends to a mobile app.Example repo For Android App Project build with Android Studio.
Java
7
star
7

instamojo-webhook

instamojo webhook handling and verification library for Express js Middleware
JavaScript
5
star
8

material-tab-layout

Material Design Tab Layout with Recyclerview in Fragments - Android Support Library Example
Java
4
star
9

bottom-navigation-drawer

Bottom Navigation Drawer Android design support library Sample Tutorial
Java
3
star
10

P4-Build-it-Bigger

P4 : Udacity Project - Build It Bigger - Added Paid and Free Flavors with Admob Integration
Java
3
star
11

waterloo-grt-live-map

GRT Bus and LRT Service Live Map Feed via Protobuf
JavaScript
2
star
12

phonegap-flashlight-app

πŸ”¦ Flashlight App made with Phonegap πŸ”¦
Java
2
star
13

web-programming-lab

Web programming Lab Workouts
HTML
2
star
14

bottomsheets-android-materialdesign-support-library-tutorial

Android Bottom Sheet Example - Android Support Library Tutorial - i-visionblog
Java
2
star
15

assembly_primer

Assembly
1
star
16

p5-make-your-app-material

Project P5 : Make your App Material - Material Design Guidelines
Java
1
star
17

waf

1
star
18

nextcloud-android

Java
1
star
19

android-loaders

Android Loaders Component Example
Java
1
star
20

irccloud-android

Java
1
star
21

cs50

my learnings and project with CS50 - I regret that i should've took this course in my first year of UG.Anyways i'm really blessed to have such wonderful lecture from David.J.melan from Harvard University.
C
1
star
22

wearable-codelab

Android wearable Google Codelab practice exercise
Java
1
star
23

firebase-chat-app-realtime

Firebase Realtime Chat Application for Android
Java
1
star
24

DEVAA-TestCaseDriver

Java
1
star
25

sourcegraph-cody-gateway-cli

Sourcegraph Cody Gateway CLI App
Go
1
star
26

go-ubiquitous

udacity p6 - Develop Watch face for wearable
Java
1
star
27

Simple-Calculator

Simple Calculator Application written to play on UnitTest.
Java
1
star
28

android-demo

Android App Demo
Java
1
star
29

algorithmic-toolbox

My workouts on Algorithmic Toolbox Course by University of California, San Diego - Coursera
C++
1
star
30

sampledemoapp

Java
1
star
31

json-flattening

Python
1
star
32

stepperTest

This is PlayGround and experimenting new steppers component for Android - Material Design - Join with me to Develop awesome library which will be useful for community.
Java
1
star