Thursday 12 January 2012

Hands on Open Source Android UI Libraries

In a previous post I listed some free UI libraries. In this one I'll take a look at example applications.

There's no better way to experiment how a UI library works than trying it hands on. Many UI library projects provide example apps that are great for exactly that. These apps will give you a good understanding about functionality in real life on real devices. If you're a dev you can present these examples to your designers and let them see what kind of functionality and interaction is available out of the box.

What makes it even better is that source code for these apps is available. If you need any of this functionality simply download the source and use it as an example implementation.


ActionBarSherlock Demos

http://actionbarsherlock.com/

Market link
Source code

ActionBarSherlock is one of the most useful libraries around. The demo app has tons of examples of different functionality including action bar navigation, fragments, loaders and even service broadcasters.






ActionBarSherlock Styled

actionbarsherlock.com
Market link
Source code

This is another ActionBarSherlock app. This one is demonstrating action bar styling.





ViewPagerIndicator Sample

viewpagerindicator.com
Market link
Source code

ViewPagerIndicator example lets you see and feel how different view pager indicator configurations work.



Pull-to-Refresh for Android

www.senab.co.uk/portfolio/pull-to-refresh-for-android
Example app link (apk)
Source code

This example app lets you try out pull-to-refresh functionality on a list.


(direct link to APK)


GDCatalog (GreenDroid)

github.com/cyrilmottier/GreenDroid
Market link
Source code

GreenDroid example app lets you experiment with the rich functionality the library provides. These include custom item views, action bar, segmented bar, quick actions image viewers and pagers.




Hansel and Gretel Sample

hansel-and-gretel.com
Market link
Source code

See how fragment bread crumbs work with this example app.




AndroidQuery Demo Snippets

code.google.com/p/android-query
Market link
Source code

This library isn't UI library but I decided to include it in the list anyways. It includes tons of example samples for network communication XML parsing etc.




Android UI Patterns

No home page available
Market link
No Source Code available

Author of this app has gathered multiple open source library project into one app. Some of the projects are  outdated and I recommend doing a little bit googling for alternatives before you commit to any of the libraries here. The app still gives you a chance to experiment with multiple different libraries to see how they work with you. 

Note that even the app is named very similarly as my blog it is not done by or affiliated with this blog.






8 comments:

  1. Nice and Informative.Thanks a lot.

    ReplyDelete
  2. awesome! thanks for sharing that list!

    ReplyDelete
  3. great list. thanks!

    ReplyDelete
  4. Great...!! Thanks alot..!

    ReplyDelete
  5. informative...Thanks a lot!

    ReplyDelete
  6. Why the Android UI Patterns don't have no source code??

    ReplyDelete
  7. Do you know why "ActionBarSherlock Styled" no longer exists in the market?

    ReplyDelete
  8. i bookmarked rightaway..thanks for sharing

    ReplyDelete