I have an android application which has a timer to run a task:
let's say sampling_interval is 2000 and sending_interval is 4000. So in this application I send some reading values from a sensor to the server. But I want to stop the sending after 10000 (10 seconds) what should I do? | |||
Check this code:
| |||
try
| |||
lang-java
.
stackoverflow.comm
No comments:
Post a Comment