OSDN Git Service

Extract and check in NotepadCodeLab.zip for change tracking
authorTom O'Neill <tomo@google.com>
Wed, 9 Dec 2009 23:41:05 +0000 (15:41 -0800)
committerTom O'Neill <tomo@google.com>
Thu, 10 Dec 2009 19:02:57 +0000 (11:02 -0800)
commit94b6d06899ddb3f97cd0171bce5de1cb60602d01
treeb07180db76523c6d92eb1b9ac836964f0f35578e
parent863270d143ab4d496029f8417094187061e74ef2
Extract and check in NotepadCodeLab.zip for change tracking

The 3-part Notepad tutorial is currently only available in the zip archive
frameworks/base/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip.
This CL adds the uncompressed code to the repository so that there is a
paper trail of future changes to the code.
48 files changed:
tutorials/NotepadCodeLab/Notepadv1/AndroidManifest.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1/res/drawable/icon.png [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1/res/layout/notepad_list.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1/res/values/strings.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/Notepadv1.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/NotesDbAdapter.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1Solution/AndroidManifest.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1Solution/res/drawable/icon.png [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1Solution/res/layout/notepad_list.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1Solution/res/layout/notes_row.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1Solution/res/values/strings.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/Notepadv1.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/NotesDbAdapter.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/AndroidManifest.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/res/drawable/icon.png [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/res/layout/note_edit.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_list.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_row.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/res/values/strings.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/Notepadv2.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/NotesDbAdapter.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/res/drawable/icon.png [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/note_edit.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/notes_list.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/notes_row.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/res/values/strings.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/NoteEdit.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/Notepadv2.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/NotesDbAdapter.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/AndroidManifest.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/res/drawable/icon.png [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/res/layout/note_edit.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/res/layout/notes_list.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/res/layout/notes_row.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/res/values/strings.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/NoteEdit.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/Notepadv3.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/NotesDbAdapter.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/AndroidManifest.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/res/drawable/icon.png [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/note_edit.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_list.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_row.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/res/values/strings.xml [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/NoteEdit.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/Notepadv3.java [new file with mode: 0755]
tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/NotesDbAdapter.java [new file with mode: 0755]