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でのみ機能しますが、バックグラウンドではnullポインターのみを提供し、私も試しました.
SQliteOpenHelper class
これは、UI のみのサービスでも機能しません。だから私の質問は、サービスでそれにアクセスする別の方法があるということです。
データベースで何をしたいのか詳しく教えてください。AsyncTaskを使用できますが、バックグラウンドで何でもするのが最善です。