Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 951 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 951 Bytes

android-ImplicitIntent

Sample Android application demonstrating the use of implicit intent(s).

Implicit intents are used to declare a general action to perform, which allows a component from another app to handle it. For example, if we want to open a link/url, we can use an implicit intent to request that another capable app open the specific link/url in a browser

Screenshots


   Main Activity        Implicit Intent       Selected Browser