-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rockycubi edited this page Dec 11, 2013
·
9 revisions
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.
Two applications are built to demo the usage of Jelly library.
The first app is a simple todo list that allows user to add/edit/remove todo item in local SQLite database.
.

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.
.

.
