From ed53536aa6ef79c071287b34a117fcba524e70a7 Mon Sep 17 00:00:00 2001 From: Ra Date: Fri, 19 Jun 2015 11:39:48 +0800 Subject: [PATCH 01/11] add GuillotineMenu-Android --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 970908f..5845fbf 100644 --- a/README.md +++ b/README.md @@ -392,3 +392,13 @@ DEMO演示: ![github](https://camo.githubusercontent.com/590d4a2ac322417b71f83223bd58b83903d58343/68747470733a2f2f7261772e6769746875622e636f6d2f656c756c6563692f466c617455492f6d61737465722f73616d706c652d696d616765732f73686f77636173652e706e67 "github") ![github](https://camo.githubusercontent.com/ae20d6255d273ba92e8957e0b1cd95aab4e67198/68747470733a2f2f7261772e6769746875622e636f6d2f656c756c6563692f466c617455492f6d61737465722f73616d706c652d696d616765732f7468656d65732e706e67 "github") + +13.GuillotineMenu-Android +------ + +项目介绍:Neat library, that provides a simple way to implement guillotine-styled animation + +项目地址:https://github.com/Yalantis/GuillotineMenu-Android + +DEMO演示: +![github](https://camo.githubusercontent.com/10639e803a90fadd751d3683c497c449e2a48339/68747470733a2f2f6431337961637572716a676172612e636c6f756466726f6e742e6e65742f75736572732f3439353739322f73637265656e73686f74732f323031383234392f64726166745f30362e676966 "github") From 9524725341fa4436c17fd2b442561710e6490856 Mon Sep 17 00:00:00 2001 From: Ra Date: Tue, 23 Jun 2015 15:43:00 +0800 Subject: [PATCH 02/11] add android-transition --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 5845fbf..7f2a6d1 100644 --- a/README.md +++ b/README.md @@ -402,3 +402,25 @@ DEMO演示: DEMO演示: ![github](https://camo.githubusercontent.com/10639e803a90fadd751d3683c497c449e2a48339/68747470733a2f2f6431337961637572716a676172612e636c6f756466726f6e742e6e65742f75736572732f3439353739322f73637265656e73686f74732f323031383234392f64726166745f30362e676966 "github") + + +14.android-transition +------ + +项目介绍:Android-Transition允许轻松地创建视图转换,对用户输入的响应。图书馆设计足够通用,这样相同的过渡可以应用于不同的UI组件,如Drawer, SlidingUpPanel, ViewPager, ObservableScrollView等等,只要使用适当的适配器。 + +项目地址:https://github.com/kaichunlin/android-transition + +DEMO演示: +GooglePlay地址:https://play.google.com/store/apps/details?id=kaichunlin.transition.app +·View and MenuItem Transition: + + view transition +![github](https://github.com/kaichunlin/android-transition/raw/master/github/slideup_default.gif "github") + + MenuItem transition +![github](https://github.com/kaichunlin/android-transition/raw/master/github/menu_shrink_and_fade.gif "github") + +·Interpolator +![github](https://github.com/kaichunlin/android-transition/raw/master/github/slideup_default.gif "github") +![github](https://github.com/kaichunlin/android-transition/raw/master/github/slideup_anticipate.gif "github") From 5ee07fca9e9daae2d4ec31ff6c835b3c8a35d87f Mon Sep 17 00:00:00 2001 From: Ra Date: Tue, 23 Jun 2015 15:47:26 +0800 Subject: [PATCH 03/11] add CreditCardView --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7f2a6d1..f9e9227 100644 --- a/README.md +++ b/README.md @@ -424,3 +424,14 @@ GooglePlay地址:https://play.google.com/store/apps/details?id=kaichunlin.tran ·Interpolator ![github](https://github.com/kaichunlin/android-transition/raw/master/github/slideup_default.gif "github") ![github](https://github.com/kaichunlin/android-transition/raw/master/github/slideup_anticipate.gif "github") + + +15.CreditCardView +------ + +项目介绍:信用卡样式 + +项目地址:https://github.com/vinaygaba/CreditCardView + +DEMO演示: +![github](https://github.com/vinaygaba/CreditCardView/raw/master/images/Feature%20Image.png "github") From 384cbfad3f35971dd6543edfda2be17ec22d8076 Mon Sep 17 00:00:00 2001 From: Ra Date: Fri, 29 Jan 2016 10:29:26 +0800 Subject: [PATCH 04/11] add SlidingDeck View Add SlidingDeck View --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f9e9227..308ff70 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,21 @@ DEMO演示: ![github](https://raw.githubusercontent.com/IkiMuhendis/LDrawer/master/images/animated.gif "github") + +24.SlidingDeck View +------ + +项目介绍:Sliding-deck view for Android offer an intuitive and useful user interface widget. If you like to have a deck of views and don't want complicate your code. Here you have the solution. Lightweight and easy to deploy, Sliding-deck brings full feature widget. Your users will can perform swipe, quick review or stick the elements. + + +项目地址:https://github.com/txusballesteros/sliding-deck + +DEMO演示: + +![github](https://github.com/txusballesteros/sliding-deck/raw/master/assets/demo.gif "github") + + + 视觉篇 ------ From e27a6a352b54896230f87c7e24153e7452b71423 Mon Sep 17 00:00:00 2001 From: Ra Date: Tue, 16 Feb 2016 13:22:12 +0800 Subject: [PATCH 05/11] add SearchView add SearchView --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 308ff70..162e846 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,20 @@ DEMO演示: ![github](https://github.com/txusballesteros/sliding-deck/raw/master/assets/demo.gif "github") +25.SearchView +------ + +项目介绍:Persistent SearchView Library with history in Material Design. It supports layout like section My apps in Google Play Store. https://www.google.com/design/spec/patterns/search.html. + +Material colors in the project: https://gist.github.com/lapism/3b417142300d9dbde3b4 + +项目地址:https://github.com/lapism/SearchView + +DEMO演示: + +![github](https://github.com/lapism/SearchView/raw/master/images/image_3.png "github") +![github](https://github.com/lapism/SearchView/raw/master/images/image_5.png "github") +![github](https://github.com/lapism/SearchView/raw/master/images/image_6.png "github") 视觉篇 ------ From ab19622fd8d60f2e3891d3e37cd1c82759a04e30 Mon Sep 17 00:00:00 2001 From: Ra Date: Tue, 1 Mar 2016 20:32:40 +0800 Subject: [PATCH 06/11] add SwipeStack --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 162e846..c088d66 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,20 @@ DEMO演示: ![github](https://github.com/lapism/SearchView/raw/master/images/image_5.png "github") ![github](https://github.com/lapism/SearchView/raw/master/images/image_6.png "github") +26.SwipeStack +------ + +项目介绍:A simple, customizable and easy to use swipeable view stack for Android. + +项目地址:https://github.com/flschweiger/SwipeStack + +DEMO演示: + +![github](https://raw.githubusercontent.com/flschweiger/SwipeStack/master/art/screen1.png "github") +![github](https://raw.githubusercontent.com/flschweiger/SwipeStack/master/art/demo.gif "github") +![github](https://raw.githubusercontent.com/flschweiger/SwipeStack/master/art/screen2.png "github") + + 视觉篇 ------ From f1a80284e7d01891ec3a92f190d54a5bb33f5d0b Mon Sep 17 00:00:00 2001 From: Ra Date: Fri, 18 Mar 2016 09:59:09 +0800 Subject: [PATCH 07/11] add BottomBar --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c088d66..d29ad9d 100644 --- a/README.md +++ b/README.md @@ -478,3 +478,15 @@ GooglePlay地址:https://play.google.com/store/apps/details?id=kaichunlin.tran DEMO演示: ![github](https://github.com/vinaygaba/CreditCardView/raw/master/images/Feature%20Image.png "github") + + +16.BottomBar +------ + +项目介绍:A custom view component that mimicks the new Material Design Bottom Navigation pattern. + +项目地址:https://github.com/roughike/BottomBar + +DEMO演示: +![github](https://raw.githubusercontent.com/roughike/BottomBar/master/demo1.gif "github") +![github](https://raw.githubusercontent.com/roughike/BottomBar/master/demo2.gif "github") From 0dd057f177d0de286bc7e06da20199fa5f91f12a Mon Sep 17 00:00:00 2001 From: Ra Date: Sat, 14 May 2016 17:48:45 +0800 Subject: [PATCH 08/11] add PullToMakeSoup --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d29ad9d..6dc1977 100644 --- a/README.md +++ b/README.md @@ -490,3 +490,14 @@ DEMO演示: DEMO演示: ![github](https://raw.githubusercontent.com/roughike/BottomBar/master/demo1.gif "github") ![github](https://raw.githubusercontent.com/roughike/BottomBar/master/demo2.gif "github") + + +17.PullToMakeSoup +------ + +项目介绍:Custom animated pull-to-refresh that can be easily added to RecyclerView + +项目地址:https://github.com/Yalantis/pull-to-make-soup + +DEMO演示: +![github](https://raw.githubusercontent.com/Yalantis/PullToMakeSoup/master/PullToMakeSoupDemo/Resouces/recipe-finder.gif "github") From 0b4f66e376f6039913c9796aab129ad160574e29 Mon Sep 17 00:00:00 2001 From: Ra Date: Wed, 18 May 2016 22:10:18 +0800 Subject: [PATCH 09/11] add GifLoadingView add GifLoadingView --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6dc1977..31ca97e 100644 --- a/README.md +++ b/README.md @@ -501,3 +501,13 @@ DEMO演示: DEMO演示: ![github](https://raw.githubusercontent.com/Yalantis/PullToMakeSoup/master/PullToMakeSoupDemo/Resouces/recipe-finder.gif "github") + +18.GifLoadingView +------ + +项目介绍:Gif播放加载框 + +项目地址:https://github.com/Rogero0o/GifLoadingView + +DEMO演示: +![github](https://camo.githubusercontent.com/5d60273b50200d40dd0fb3d6e7e2f2283651630d/687474703a2f2f7777342e73696e61696d672e636e2f6d773639302f61363935616364656777316633646579737274346767323034733034783137722e676966 "github") From 056486cf7a57eb78d590e16bb7eb3939f3cef79a Mon Sep 17 00:00:00 2001 From: Ra Date: Sat, 28 May 2016 21:54:31 +0800 Subject: [PATCH 10/11] add 1.welcome-android 2.A-MusicView add 1.welcome-android 2.A-MusicView --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 31ca97e..a8c0600 100644 --- a/README.md +++ b/README.md @@ -511,3 +511,25 @@ DEMO演示: DEMO演示: ![github](https://camo.githubusercontent.com/5d60273b50200d40dd0fb3d6e7e2f2283651630d/687474703a2f2f7777342e73696e61696d672e636e2f6d773639302f61363935616364656777316633646579737274346767323034733034783137722e676966 "github") + + +19.welcome-android +------ + +项目介绍:An easy to use and customizable welcome screen for Android apps. + +项目地址:https://github.com/stephentuso/welcome-android + +DEMO演示: +![github](https://raw.githubusercontent.com/stephentuso/welcome-android/master/media/sample-video.gif "github") + + +20.A-MusicView +------ + +项目介绍:自定义音乐播放器 + +项目地址:https://github.com/north2014/A-MusicView + +DEMO演示: +![github](https://github.com/north2014/A-MusicView/raw/master/a.gif "github") From 82d23d3641471a360e6e92d9166b4b12a842b546 Mon Sep 17 00:00:00 2001 From: Ra Date: Wed, 29 Jun 2016 16:57:18 +0800 Subject: [PATCH 11/11] add CardStackView add CardStackView --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8c0600..2913480 100644 --- a/README.md +++ b/README.md @@ -295,15 +295,14 @@ DEMO演示: 26.SwipeStack ------ -项目介绍:A simple, customizable and easy to use swipeable view stack for Android. +项目介绍:Show something like cards with 3 kinds of animations(alldown, updown, updownstack). Two ways to scroll the items:one is scroll normal as listview, other one is scroll to overlap first one. -项目地址:https://github.com/flschweiger/SwipeStack +项目地址:https://github.com/loopeer/CardStackView DEMO演示: -![github](https://raw.githubusercontent.com/flschweiger/SwipeStack/master/art/screen1.png "github") -![github](https://raw.githubusercontent.com/flschweiger/SwipeStack/master/art/demo.gif "github") -![github](https://raw.githubusercontent.com/flschweiger/SwipeStack/master/art/screen2.png "github") +![github](https://github.com/loopeer/CardStackView/raw/master/screenshot/screenshot2.gif "github") + 视觉篇