H ello everyone, Today We Will Learn About Intents in Android. What Are Intents Android application components can connect to other Android applications. This connection is based on a task description represented by an Intent object. Intents are asynchronous messages which allow application components to request functionality from other Android components. Intents allow you to interact with components from the same applications as well as with components contributed by other applications. For example, an activity can start an external activity for taking a picture. In Android the reuse of other application components is a concept known as task . An application can access other Android components to achieve a task. For example, from a component of your application you can trigger another component in the Android system, which manages photos, even if this component is not part of your application. In this component you select a photo and return to your application to use ...
Here We Post Android Tutorials, Answer Questions Related To Android Programming,Discuss About Android Technologies And Provide Android Development News.