問題タブ [jobservice]

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.

0 投票する
0 に答える
784 参照

android - JobService を使用してサービスを開始する正しい方法

私はJobServiceを構築しています。この JobService は、5 秒ごとにサービスを開始する必要があります。ただし、サービスが既に実行されている場合は、開始しないでください。これが私の JobService です。

私のアクティビティでは、これは JobService を開始するコードです。

ただし、サービスが 2 回開始され、ジョブがタスクを実行しないため、このコードは機能しません。