An Android app to take notes.
- Install Eclipse Standard: http://www.eclipse.org/downloads/
- Install the Android SDK plugin for Eclipse: http://developer.android.com/sdk/installing/installing-adt.html
- After you restart Eclipse, use the plugin to download the SDK files (emulator, actual APIs etc)
- Click File > Import
- Select Android > Existing Android Code into Workspace
- Pick the StickyNotes dir for the Root Directory.
- Make sure the project is ticked.
- Click finish.
- Have lots of Java based fun.