Database Technologies
The data requested by the network is added to the database, disconnected from the network directly...
1. Create a database public class MHelp extends SQLiteOpenHelper { //Create a database public MHelp(Context context) { super(context, "jh.db", null, 1); } //Create a data table @Override public void onCreate(SQLiteDatabase db ) { //db.execSQL("create table jh_user (id Integer primary key autoincrement, date text,thumbnail_pic_s text,thumbnail_pic_s02 text,thumbnail_pic_s03 text ,title text)"); db.execSQL("create table jh_user (id Integer primary key) autoincrement, author_name text, date text,th