Skip to content

rockycubi/jelly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Jelly Library

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages