Are there serious performance issues with sending a localbroadcast every half second?
Asked
Active
Viewed 66 times
0
-
1Depends on the platform, Performance wise not likely however storage could become an issue if backend de-allocation isn't considered. – Mohamed Salad Apr 04 '16 at 23:32
1 Answers
0
Since that is all in-process, it should not be too bad on its own. What you do when you receive the broadcast might be a problem, but the local broadcast itself should not be a problem.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491