This demo is exactly the same as the previous Demo : a REST client looking for new Tweets about Android.
The only difference is that we don't store the Tweets in cache using JSON, but we use ORM Lite to store them in a SQLite Database.
All mapping and table creations are handled automatically by RoboSpice.