-
Notifications
You must be signed in to change notification settings - Fork 290
Sample applications
We have packaged several sample applications with ignition, which serve as a showcase, as documentation, and to some degree even as verification, since they are an integral part of the build. To obtain the sample apps, please checkout the project and build it on the command line as described here. You will find the APKs in the ignition/<sub-module>/<sub-module>-samples/target
folder generated by Maven. For instance, the sample app for ignition-core can be found in ignition/ignition-core/ignition-core-samples/target
after every successful build.
Demonstrates the use of IgnitedAsyncTask
, EndlessListAdapter
, RemoteImageView
, and more.
Demonstrates the use of IgnitedHttp
and the HttpResponseCache
.
Demonstrates the use of the @IgnitedLocationActivity
annotation to get location updates. It shows the most recent location on a map and the current settings for getting location updates (thanks to the Novoda guys for the beautiful ui).