問題タブ [jobintentservice]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - JobIntentService で複数のタスクを次々に実行する方法
にタスクを追加したいのですが、現在、1 つのタスクに対して正しく機能してJobIntentService queue
いる を作成しましたが、終了する前に呼び出すと機能しません。JobIntentService
enqueueWork
existing service
以下は私のJobIntentService
ユーザーが写真をクリックするたびに開始しています
助けてくれてありがとう。
kotlin - ジョブインテントサービス? またはForegroudServiceを使用したIntentService?または両方?Locationtracker + タイマー用
私が欲しいもの:バックパッキングのためにバックグラウンドで場所と時間を追跡するアプリを構築する. アプリはバックグラウンドで場所と時間を追跡する必要があります。
質問: JobIntentService のどれを使用すればよいですか? またはForegroudServiceを使用したIntentService?または両方?
私の履歴書: (多くの説明を読んだ後) JobIntentservice: 約 10 分後に停止します (JobScheduler のため)! IntentService: アプリが強制終了されると停止します!
私が間違っている?助けていただければ幸いです。ありがとうございました