Skip to content

This repository contains a sample Android application that demonstrates how to use Intents with Jetpack Compose. The app showcases various ways to launch activities and handle intents in a Jetpack Compose UI.

Notifications You must be signed in to change notification settings

BruceWanye9/Intents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Jetpack Compose Intents Sample

In Android development, intents are objects that facilitate communication between components of an Android application and between separate applications. They are used to request an action from another component, such as starting an activity, broadcasting a message, or starting a service. This repository contains a sample Android application that demonstrates how to use Intents with Jetpack Compose. The app showcases various ways to launch activities and handle intents in a Jetpack Compose UI. (Both Explicit and implicits intents)!!

Features Launching activities using startActivity from a Composable function. Passing data between activities using Intent extras.(Gmail)..

About

This repository contains a sample Android application that demonstrates how to use Intents with Jetpack Compose. The app showcases various ways to launch activities and handle intents in a Jetpack Compose UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published