jayantb95 / android-ImplicitIntent

Sample Android application demonstrating the use of implicit intents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample Android application demonstrating the use of implicit intents.


Languages

Language:Java 100.0%