/android-ImplicitIntent

Sample Android application demonstrating the use of implicit intents.

Primary LanguageJava

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