asynchronous - Multiple POST Queue for Android w/Retrofit -
i'm putting android library grabs sensor data , posts azure event hub. right using retrofit , posting data 1 @ time user input.
the next stage post data @ frequent intervals. sensor data @ 20 readings per second. i'm going capture data @ 2 per second, going send 2 captures event hub every second. these intervals parameterized go faster or slower needed.
in ios, have grand central dispatch, create type of throttled queue i'm looking for. i'm wondering optimal way approach in android?
retrofit doesn't support queues. have create logic handle it.
another rest library has queues volley , problem.
Comments
Post a Comment