コンピュータクワガタ

かっぱのかっぱによるコンピュータ関連のサイトです

2011-02-15から1日間の記事一覧

Androidアプリ入門 No.72 SQLiteの使用 データ登録

SQLiteの使用 データ登録 次に、先の例を変更してデータの登録を確認する。まずデータ登録用の画面のウィジェットを準備する。main.xmlは以下。 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > </linearlayout>