Communication between Activities: Intent or Service: what is faster?

Posted by Sebi on Stack Overflow See other posts from Stack Overflow or by Sebi
Published on 2010-05-03T13:11:34Z Indexed on 2010/05/03 14:38 UTC
Read the original article Hit count: 185

Filed under:

Is there a significant difference in time needed for sending data over a service or by using an intent?

Are there general advices when to use service and when to use intents?

© Stack Overflow or respective owner

Related posts about android