From f90f800e629a8f271b38c76fb6859f26a88ca66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C5=9Eim=C5=9Fek?= Date: Sat, 30 Jan 2016 16:58:18 +0200 Subject: [PATCH 1/4] Readme is updated. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 128eb42..5393c8d 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,35 @@ config.setFadeAnimationEnabled(true); +# TODO +* [ ] Sample app will be more detailed about using library. +* [ ] Sequence for MaterialIntroViews +#Authors + +[Mert SIMSEK](https://github.com/iammert) + +[Murat Can BUR](https://github.com/muratcanbur) + + +License +-------- + + + Copyright 2015 Mert Şimşek. + + 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. From a85a3406ec8b47277c36a0b493b1ff856db30270 Mon Sep 17 00:00:00 2001 From: Murat Can BUR Date: Sat, 30 Jan 2016 17:01:46 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5393c8d..0637b6a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,9 @@ new MaterialIntroView.Builder(this) } }) + ``` +# Configuration Method ```java //Create global config instance to not write same config to builder //again and again. From ca396dd99ffd3fbf5475967c4323365ecaf95b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C5=9Eim=C5=9Fek?= Date: Sat, 30 Jan 2016 17:09:27 +0200 Subject: [PATCH 3/4] Readme is updated. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0637b6a..c9f4f96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MaterialIntroView [Beta] Material Intro View is a showcase android library. +We saw this kind of showcase on [Fabulous App](http://www.thefabulous.co/) and we love it. Then decided to create showcase just like it. + #Screen From 72b895e445f7d82da6a49fe58ae4244443e28af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C5=9Eim=C5=9Fek?= Date: Sat, 30 Jan 2016 20:09:24 +0200 Subject: [PATCH 4/4] README updated. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index c9f4f96..86eb288 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,23 @@ new MaterialIntroView.Builder(this) .show(); ``` +# Import +Project build.gradle +```java +repositories { + maven { + url "https://jitpack.io" + } +} +``` + +Module build.gradle +```java +dependencies { + compile 'com.github.iammert:MaterialIntroView:1.0' +} +``` + # Builder Methods ```java .setMaskColor(Color.Blue)