Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我在我尝试过的后台服务中访问数据库的最佳方法是什么
SQLiteDatabase db = opOrCreate method
但这仅适用于 UI,但在后台它只提供空指针,我也尝试过。
SQliteOpenHelper class
这也不适用于仅在 UI 中的服务。所以我的问题是在服务中是否有不同的方法来访问它。
您能否详细说明您想对数据库做什么?您可以使用 AsyncTask,最好在后台执行任何操作。