Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 653 Bytes

File metadata and controls

16 lines (14 loc) · 653 Bytes

Sticky-Notes

An Android app to take notes.

Setting up the StickyNotes Project With Eclipse

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