开发者

How to check for background process in android

开发者 https://www.devze.com 2023-02-15 07:17 出处:网络
In my application I am doing background process of database storing. How can I check that the background proces开发者_运维技巧s is running or over? using codingThread status can be checked with thread

In my application I am doing background process of database storing. How can I check that the background proces开发者_运维技巧s is running or over? using coding


Thread status can be checked with thread.getState(). You will get Thread.State enum.

0

精彩评论

暂无评论...
验证码 换一张
取 消