Skip to content
rockycubi edited this page Dec 11, 2013 · 9 revisions

Overview of Jelly library

Jelly is the library that allows developers to model your application by xml. It helps to avoid boilerplate code. It also fulfill common functionality such that developers can focus on their custom logic and UI.

Demo applications

Two applications are built to demo the usage of Jelly library.

Todo List

The first app is a simple todo list that allows user to add/edit/remove todo item in local SQLite database.

Todo list . Todo edit

Movie Viewer

The second app is a movie finder that pulls movie data from rottentomatoes API and presents to end user. This app is a typical content presenting app. It is close to real world application.

Movie list . Movie info

Movie search . Search results

Clone this wiki locally