summaryrefslogtreecommitdiffstats
path: root/tutorials/NotepadCodeLab/Notepadv1
Commit message (Collapse)AuthorAgeFilesLines
* Finish adding Makefiles for the Notepad tutorial.Tom O'Neill2009-12-164-10/+42
| | | | | | | | | | | | Add the missing makefiles for the non-solution versions of the tutorial code. Required providing missing imports in Notepadv2. Also standardized white spaces using Source > Correct Indentation in Eclipse and a few manual changes. This was done to minimize differences such as: diff -r Notepadv1 Notepadv1Solution diff -r Notepadv1Solution/src/com/android/demo/notepad1/ Notepadv2/src/com/android/demo/notepad2/ Change-Id: Ie8b10efd61f2200b3c741ea500a6924710ab54ed
* Extract and check in NotepadCodeLab.zip for change trackingTom O'Neill2009-12-106-0/+254
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.