Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2015, Tuts+
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
#Scrolling Techniques for Android
### Tuts+ Tutorial: Scrolling Techniques for Material Design

##What is this?
#### Instructor: Kerry Perez Huanca

This project is a starting point for everybody trying to implement the Scrolling Techniques listed in Google's Material Design Specification. It was implemented using the Android Design Support Library and the latest version of RecyclerView. You can read more about these techniques in Google specification or you can see how I implemented them all in the [tutorial I created for Tutplus+](http://code.tutsplus.com/articles/scrolling-techniques-for-android-apps--cms-24435)(not published yet).
During this year's Google I/O, Google introduced the Android Design Support Library to make the adoption of Material Design easier. This lets developers focus on the features that make their applications unique. In this tutorial, I’ll teach you how to implement the scrolling techniques that were demoed in Google’s Material Design specification.

##Installation
Source files for the Tuts+ tutorial: [Scrolling Techniques for Material Design](http://code.tutsplus.com/articles/scrolling-techniques-for-material-design--cms-24435)

Please, don't forget to sync the project after you import it to your workspace.

##Contact

If you find any error in this project, feel free to leave a message or send me an email to k4torce@gmail.com
**Read this tutorial on [Tuts+](https://code.tutsplus.com)**