Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature: JetSharing Functionality #169

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

saicharansigiri
Copy link

@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