Notepad 1

Step 1

Eclipse にソースおく

Step 2

SQLite →Note のデータを保管しておく、更新もできる
・テーブルレイアウト?→id / title / body
・Activity クラスは Context を継承する(←?
・Open()
・getWritableDatabase()
・close() DB とじる
・createNote() 新しいNote タイトルと本文 DBにつくる
新規作成に成功したら、 id を返す(←?
・deleteNote() RowID を取得して、DBから消す

Step 3

・notepad_list.xml を開いて見る

Step 4

・例にならってコード追加

Step 5

・notes_row.xml 作成
保存したら R.java で notes_row と text1 が確認できる?


notepad_list.xml エラー出てるorz