Skip to content

New Feature: JetSharing Functionality#169

Open
saicharansigiri wants to merge 1 commit intoswapnil-musale:developmentfrom
saicharansigiri:feature/share-joke
Open

New Feature: JetSharing Functionality#169
saicharansigiri wants to merge 1 commit intoswapnil-musale:developmentfrom
saicharansigiri:feature/share-joke

Conversation

@saicharansigiri
Copy link
Copy Markdown

@saicharansigiri saicharansigiri commented Sep 11, 2024

Overview

The new JetSharing functionality allows users to share jokes directly from the app to other applications, such as messaging apps, email, social media, etc. This feature enhances user interaction by making it easy to spread humor and engage with friends and family.

How It Works

  1. Sealed Class Actions: The app uses a sealed class AppActions to define different user actions, including the new ShareJokeAction.
  2. Sharing a Joke: When the user clicks the “Share” button, an implicit intent is triggered, allowing them to choose the app through which they want to share the joke.

Screenshorts

WhatsApp Image 2024-09-11 at 17 20 09
WhatsApp Image 2024-09-11 at 17 21 05

- AppActions: A sealed class defining the actions that can be performed within the app, such as ShareJokeAction.
- ShareJokeAction: Handles the action of sharing a joke to other applications using implicit intents.
- Accessibility: Added content description for the two buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant