Intents

Yesterday I learnt, How to debug the application, and how to create a signed app, once we completed the development in Android Studio.

Today I learn about what is intent. The Intent is divided into two types, one is Implicit and other is explicit. This day I covered only about explicit intent, which is the important part in android studio.

The Explicit intent is nothing but, the app may contain several activity pages in which has its own purpose. The linking of pages within the pages app is simply known as Explicit intents.

Leave a comment