Saturday, 4 January 2014

QuickReturn Listview

This is a implementation of the QuickReturn UI (aka Scrolling Tricks in AndroidViews) developed by Roman Nurik and Nick Butcher for a ListView.
Lars recently added a QuickReturn UI for a footer, Just like in the Google+ app.



 

NewPopupMenu

Inspired by Google Music’s Android app, this android library will create a nice styled PopupMenu for you.





CardsUI

Google’s Now popular Cards UI has everyone fascinated.
Now a library I created mimicking that behaviour is available.
The view might still be a little flaky, and the View’s code is not well documented, but the example really shows you how simple it all is.


You can download the example APK.
or Clone the lib from Bitbucket or Github
Clone from Bitbucket
Download from GitHub

Some Awesome Forks:


https://github.com/Androguide/cardsui-for-android

ICS CalendarView [Backport]

The Andorid 4.0 CalendarView backported to Android 2.1


PagedDragDropGrid

By Nicolas Desjardins
An Android ViewGroup that implements a paged grid with drag’n'drop movable items.
Inspired by Bill Lahti‘s article Drag-Drop for an Android GridView.