Navigation Menu

Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Devos committed May 15, 2012
1 parent 5404b67 commit 43423cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
@@ -1,4 +1,14 @@
lightbox-android-webservices
============================
# Lightbox Android Webservices framework

Lightbox Android framework for connecting to Web Services
## Overview
This is the Lightbox Android framework for connecting to Web Services. It allows you te easily connect to any kind of web service, but it works out of the box for REST web services using Json.

The framework is base on automatic mapping. his means that you'll need to write Java object that map the Json objects sent by the web service you want to use.

But it's actually more than that, since it also allows you to display images from the network, easily get the location, perform background task, and contains others useful utilities classes.

## Demo application
To understand how the framework works, the best solution is to have a look at the demo application "Tweets Nearby". This little application will display the tweets arround you, and also let you search for a foursquare place to display the twwets arround somewhere else.


![Tweets Nearby Screenshot](http://todo)
Binary file added tweets-neraby-screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43423cd

Please sign in to comment.