SQLiteの基本 SQLiteを使った簡単なアプリ まず、SQLiteを使用した簡単なアプリを作り、どのような作りになるのか確認する。 項目 内容 Project name DbTest Build Target Android 1.6 Application name DbTest Package name sample.dt Create Activity DbTest Min SDK Version 4 まず、レイアウトのmain.xmlを以下のようにする。 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width=