mttkay / ignition

Kick-starts Android application development.
1.28k stars 290 forks source link

Synopsis

If you've made it here, chances are you are not quite as satisfied with the Android application framework as you could be. Same for us, that's why we created ignition.

Ignition helps you getting your Android applications off the ground quickly, by offering ready-to-use components and utility classes that wrap a lot of the boilerplate that's involved when writing Android apps. Areas covered by ignition encompass:

Ignition is split up into three sub-projects.

Changelog

The latest version of ignition is 0.2 and was released on April 20th 2012.

Go here for a list of changes.

Documentation

We decided to not write exhaustive documentation, since it would get outdated frequently. Instead, the project is documented both via sample applications that are part of the build, as well as online JavaDoc:

Installation

Please refer to Installation and setup. We are also collecting answers to frequently asked questions.

Getting help

First, please check if your question is answered in the FAQ. If not, you can ask questions and get help by joining ignition-users on Google Groups.

Contributing

Feel like giving back? We'll happily take contributions via GitHub. For questions, please turn to ignition-developers on Google Groups.

License

Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

Authors