This is an Android App for ThoughtWorks Technology Radar
- JDK 1.5+
- Android SDK 3.2(API Level 13)+
Intellij Idea with Android plugin enabled
- Get the code git clone git://github.com/arjunk/ninja.git
- Open the project in Intellij by selecting the TechRadar directory under the directory where the repository was cloned.This should have all the dependencies sorted out except for Android SDK
- Configure the SDK by specifying Android SDK path at File--> Project Structure --> Platform Settings --> SDKs
- To run on Emulator
- Create a new Android Application Run Configuration with following properties Module : TechRadar Target Device : Emulator Preferred Virtual Device : AVD created for tablet. (If not already created, create a new one with SDK 3.0+)
- Start the AVD using the button near Preferred Virtual Device section in Run Configuration. Select "Scale Display to screen size". The emulator would start in landscape mode. Change it to Portrait mode (fn+control+F11)
- Run the configuration.
- To run on a tablet
- Connect the device via USB cable.
- Enable USB Debugging mode on the device.
- Follow the steps mentioned at 4. Just select Target Device : USB Device.
- Run the configuration.