顯示具有 資料庫 標籤的文章。 顯示所有文章
顯示具有 資料庫 標籤的文章。 顯示所有文章

2018年1月22日 星期一

[Android Studio] 資料庫SQLite教學 (附影片教學)

用java檔使用SQLiteOpenHelper來自行產生SQLite資料庫檔案及修改SQLite內容。
且如何新增到資料庫及查詢資料庫的語法。
如果語法看不懂最下面有影片教學


資料庫檔案:SQLdata.java檔

package com.example.fan.sqlite2;

import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;