Broadcast Intents Android -


What good broadcast is intended, I say that I want to broadcast ten times a second for half an hour.

I have a service right now, and it runs perfectly well until the user rotates the screen: then it all gets messy and gets stupid and gives errors .

However, broadcast intents are less live objects, so how will they perform in my circumstances?

Broadcast intents include Cross Processing IPC; Firing those people who will eat a bit of battery life for a long time. Intents have not been designed to broadcast a lot.

If your screen is being "messed up" due to rotation, then your activity is at fault, probably not preventing it from stopping the service. Services are not directly affected by screen rotation.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -