Jelly

Jelly is an Android library that enables fast application development with much less code

View project onGitHub

Welcome to Jelly Library

Jelly is an Android library that allows developers to model your application by xml. The library makes it possible for developers to

  • Bind Data on View xml
  • Bind Event handling on View xml
  • Build Content provider with database xml
  • Link View to Content provider with Model xml

The xml helps to avoid boilerplate code. Jelly also fulfills common functionality such that developers can focus on their custom logic and UI.

Jelly library is released under Apache License

Documents

Please visit Jelly github wiki pages for learn more about Jelly

Demo Apps

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

Todo List App

The first app is a simple todo list that allows user to add/edit/remove todo item in local SQLite database. It is based on a popular Android tutorial at http://www.vogella.com/articles/AndroidSQLite/article.html#todo. This app demonstrates how easy to create a SQLite based Android app on top on Jelly Library. See more details

Movie Viewer App

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. This app demonstrates how to create a RESTful API based Android app on top on Jelly Library. See more details

Support or Contact

Want to know more about Jelly library? Check out the github project page at https://github.com/rockycubi/jelly or contact rocky@openbiz.me for questions.