Start your next Android app in 10 seconds.
AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
Effect: Add AndroidAnnotations dependency, replace all the boilerplate code by annotations (view injection, events handling, thread model), Eclipse auto-configuration.
Compatibility: Not compatible with Roboguice.
Effect: Add Spring's RestTemplate dependency.
Effect with AA: Create a simple rest client interface.
Effect: Add ActionBarSherlock dependency. Add ABS theme style. Use ABS classes instead. Get the code for a list or tab navigation (optional). Support v4 is included.
Effect: Add NineOldAndroids dependency only. Support v4 is included.
Effect: Add ACRA dependency, create a class extending Application with the basic ACRA configuration.
Effect: Add Roboguice dependency, use annotations to inject the views.
Effect with ABS: Add the RoboSherlockActivity.
Effect with ViewPager: Add the RoboSherlockFragment and the RoboSherlockFragmentActivity.
Compatibility: Not compatible with AA.
1) Unzip the downloaded file.
2) Build and deploy your project by typing mvn clean install android:deploy in a command line from your project dir.
3) Import the project into Eclipse as an
in your workspace.
Important With ActionBarSherlock
Kickstarting a project including the ABS library results to a zipped dir containing two folders: the generated project and the ABS library.
1) Import the actionbarsherlock dir as an
at first.
2) Do the same with your generated project dir.
1) Unzip the downloaded file.
2) Import your project into Eclipse as an
.
Important With ActionBarSherlock
Kickstarting a project including the ABS library results to a zipped dir containing two folders: the generated project and the ABS library.
Create another project as an
and set the path to the actionbarsherlock dir before import your project.