Android implicit intents VS explicit intents

前端 未结 9 757
攒了一身酷
攒了一身酷 2020-12-04 16:30

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

9条回答
  •  情深已故
    2020-12-04 17:04

    1) Explicit Intent: component name developer know so, name specified in Intent.

    2) Implicit Intent: Not specified a component in Intent.

提交回复
热议问题