From d6db78511115f2e7046bb4b21bd973b3c2736f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Mon, 25 Aug 2014 12:23:08 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c4f14d..9876e56 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ So... as you see right now. ![](http://ww2.sinaimg.cn/mw690/610dc034jw1ejoplapwtqg208n0e74dx.gif) +[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.0/AndroidSwipeLayout-Demo-1.0.0.apk) + Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component. But they have too much limitation, only in ListView, or some other limitations. When I start to make this library, I set some goals: From dd867bf84ea28379427be86aa815038a25270ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Mon, 25 Aug 2014 12:26:06 +0800 Subject: [PATCH 2/2] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9876e56..564fbf0 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ One year ago, I started to make an app named [EverMemo](https://play.google.com/ ![](http://ww1.sinaimg.cn/mw690/610dc034jw1ejoquidvvsg208i0630u4.gif) -I found it's pretty hard to archive this effect, cause you have to be very familiar with the Android Touch System. It was beyond my ability that moment, and I also noticed that there was no such a concept library... +I found it was pretty hard to achieve this effect, cause you had to be very familiar with the Android Touch System. It was beyond my ability that moment, and I also noticed that there was no such a concept library... -So... as you see right now. +Time passed, finally...as you see right now. ## Demo