Before starting the development activity, we will define the concept for the use of "implicit Intents" on mobile solution (Android). The implicit Intents are used when a component is not specified exactly to use, instead, you specify the functionality required by an action (for example, 'view', 'make search', 'check') and data (For example, the URL of the page you want to see, the phone number you want to dial), and Android should determine the best component for use. This is one of the interesting features proposed by Android. This functionality allows an application to trigger an "Intent", without knowing exactly what the application or component that will receive it. The most commonly used filter is an action, and the most common action, has to do with how "ACTION_VIEW. " The basic steps to launch an activity using an "implied intent": Declaring the "intent" with the appropriate action, for example, &q
Innovation, Technology, Research & Tech Communities