Android Open Source - SQLite database MultiThreadSQLiteOpenHelper






Project Summary

An Android Multi Thread SQLiteOpenHelper. Enhanced SQLiteOpenHelper for Android applications where several threads might open and close the same sqlite database.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MultiThreadSQLiteOpenHelper.

ItemValue
Java File Count6
Minimum SDK Version8
Activity Count2




Java Source Files

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