From be849adbd380856414efa8265c4b7e0433d6a2da Mon Sep 17 00:00:00 2001 From: Bart Jacobs Date: Thu, 27 Aug 2015 07:56:35 +0200 Subject: [PATCH 1/2] Add LICENSE --- LICENSE | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8b9cad7 --- /dev/null +++ b/LICENSE @@ -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. From b992769100384790374a8ec1133c2b8481616c87 Mon Sep 17 00:00:00 2001 From: Bart Jacobs Date: Thu, 27 Aug 2015 07:58:04 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a86aa46..8ca1114 100644 --- a/README.md +++ b/README.md @@ -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)**