Random Video

Android Studio Tutorial in Hindi #9 (Intent Part 1)

2017-11-19 6 Dailymotion

An Android Intent can be used to perform following 3 tasks :\r
\r
1. Open another Activity or Service from the current Activity\r
2. Pass data between Activities and Services\r
3. Delegate responsibility to another application. For example, you can use Intents to open the browser application to display a URL.\r
\r
Intent can be broadly classified into 2 categories:\r
\r
1. Explicit Android Intent\r
2. Implicit Android Intent