Romman Sabbirrommansabbir.com·Jul 31, 2023FeaturedAndroid Intent : A Comprehensive Guide with ExamplesAndroid Intents play a crucial role in facilitating communication between different components of an Android application. Whether it's starting a new activity, sharing data, or broadcasting events, Intents provide a versatile mechanism for inter-comp...Sandeep Panda and 2 others are discussing this3 people are discussing thisDiscuss·38 likes·751 readsAndroid Application DevelopmentAndroid
Sumit Bhuiasumitbhuia.hashnode.dev·May 2, 2023Mastering Intents in Android: A Guide for Effective Communication between ComponentsIntent is an important concept in Android Development that is important for creating applications that can interact with different activities in a module or with other applications in a device. It is an abstract definition for a function performing d...Discuss·10 likes·68 readsintent
sandhya bhatsandhyabhat.hashnode.dev·Mar 3, 2023How to insert calendar events in your Android appThere are several ways to insert calendar events in an Android app. Using Intents, ContentResolvers and SyncAdapter. Let us understand how to insert events with the help of intents through an example. In this example, we will create events for the cl...Discuss·31 readsintent
Alankrita Shahalankrita.hashnode.dev·Oct 5, 2022Intents in AndroidThe intent in literal terms means the purpose. The intent is to be focused on something. It is something you plan or mean to do. The intent in Android is an object that contains information about some action that needs to be performed. It facilitates...Discussintent