Ignition

Additional

Language
Java
Version
ignition-0.2 (Apr 20, 2012)
Created
Jul 9, 2011
Updated
Jan 31, 2013 (Retired)
Owner
Matthias Käppler (mttkay)
Contributors
mike castleman (mlc)
Andy Dyer (abdyer)
Matthias Käppler (mttkay)
Michael England (michaelengland)
4
Activity
Badge
Generate
Download
Source code

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:

  • UI components such as widgets, adapters, dialogs, and more
  • An HTTP wrapper library that allows you to write simple yet robust networking code
  • A class to load remote images off the web and cache them
  • A simple yet effective caching framework (caches to memory and disk, anything from HTTP responses to entire object trees)
  • Several helper classes for easier API level backwards compatibility, Intents, diagnostics, and more
  • A friendlier and more robust implementation of AsyncTask

Ignition is split up into three sub-projects.

  • ignition-core. This is an Android library project that is compiled straight into your apps. This allows you to re-use views and shared resources right in your own code.
  • ignition-support. This is a standard Java library project, deployed as an ordinary JAR. It contains most of the utility classes. You can use this independently of the core module.
  • ignition-location. This is an Android AspectJ library project that is compiled straight into your apps. It allows your location-aware applications to always have the most recent location without the need to handle location updates within your Activity.

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