Explore and apply the power of intents in Android application development Overview Understand Android Intents to make application development quicker and easier Categorize and implement various kinds of Intents in your application Perform data manipulation within Android applications In Detail Android is an emerging technology with loads of apps in the Google Play Market. Till date, it is the biggest marvel in Smartphone technology, propelling a larger number of developers into Android application development. Intent is an essential part of any Android Application and no Android application is complete without using them. Features such as listening broadcasts, sending messages, sharing via social networks, notifications, hardware components includi...