Dear All,
My questions is about architect the android app. In my app, I am receiving the data continuously at high speed (1 data frame per 20ms) from my hardware device. I want to log this data on remote application server. What would be the best strategy to design my app so that there will not be any frame loss? How many threads I should uses and at which event I should start them?
My questions is about architect the android app. In my app, I am receiving the data continuously at high speed (1 data frame per 20ms) from my hardware device. I want to log this data on remote application server. What would be the best strategy to design my app so that there will not be any frame loss? How many threads I should uses and at which event I should start them?