An Android Multi Thread SQLiteOpenHelper. Enhanced SQLiteOpenHelper for Android applications where several threads might open and close the same sqlite database.
MultiThreadSQLiteOpenHelper is hosted in the following web site
https://github.com/d4rxh4wx/MultiThreadSQLiteOpenHelper
If you think the Android project MultiThreadSQLiteOpenHelper listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MultiThreadSQLiteOpenHelper.
Item | Value |
---|---|
Java File Count | 6 |
Minimum SDK Version | 8 |
Activity Count | 2 |
MultiThreadSQLiteOpenHelper has the following Java source files.
com.d4rxh4wx.android.sqlite.ActivityA.java com.d4rxh4wx.android.sqlite.ActivityB.java com.d4rxh4wx.android.sqlite.Logger.java com.d4rxh4wx.android.sqlite.MultiThreadSQLiteOpenHelper.java com.d4rxh4wx.android.sqlite.MyMultiThreadSQLiteOpenHelper.java com.d4rxh4wx.android.sqlite.SimpleDbHelper.java