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
1) Explicit Intent: component name developer know so, name specified in Intent.
2) Implicit Intent: Not specified a component in Intent.