From 5daa4dcb7d8fbabec7931df11b79e80c3696fc71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Stumpp?= Date: Tue, 26 Jan 2016 19:35:57 +0100 Subject: [PATCH] Fixed redirect links --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2e66a9f..d37327f 100644 --- a/readme.md +++ b/readme.md @@ -70,7 +70,7 @@ A curated list of awesome Android [libraries](#libraries) and [resources](#resou - [Pull to refresh](https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html) - A swipe refresh layout is available in the v4 support library. - [Cardslib](https://github.com/gabrielemariotti/cardslib) - Android Library to build a UI Card. - [AndroidStaggeredGrid](https://github.com/etsy/AndroidStaggeredGrid) - Grid view which supports multiple columns with rows of varying sizes. -- [AQuery](https://code.google.com/p/android-query/) - Android-Query (AQuery) is a light-weight library for doing asynchronous tasks and manipulating UI elements in Android. +- [AQuery](https://code.google.com/p/android-query) - Android-Query (AQuery) is a light-weight library for doing asynchronous tasks and manipulating UI elements in Android. - [Flow](https://github.com/square/flow) - Library that helps with describing an app as a collection of moderately independent screens. - [Crouton](https://github.com/keyboardsurfer/Crouton) - Context sensitive notifications for Android - [DragSortListView](https://github.com/bauerca/drag-sort-listview) - Extension of the Android ListView that enables drag-and-drop reordering (No longer maintained).