How to navigate from one activity to another in Android | What is an Intent

Опубликовано: 09 Октябрь 2024
на канале: TechInnate TV
104
6

In this video we'll see how to navigate from one activity to another using intents.
Android Intent is the message that is passed between components such as activities, content providers, broadcast receivers, services etc.

It is generally used with startActivity() method to invoke activity, broadcast receivers etc.