Android implicit intents VS explicit intents

Posted by Aleksander O on Stack Overflow See other posts from Stack Overflow or by Aleksander O
Published on 2010-05-26T16:26:13Z Indexed on 2010/05/26 16:31 UTC
Read the original article Hit count: 337

Filed under:
|

Working with android I realized that implicit intents are good choice in most of cases due to their's flexibility. But what's about explicit intents? What are benefits of using them? What are common cases when it's a good practice to use them?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about android