This sample demonstrates Share features in Android.
Android Sharesheet provides the consistent user experience for any type of data your app sends to other apps.
In this sample, we use ShareCompat to share various types of data:
- Plain text
- Rich text
- Image
- Multiple images
Android Sharesheet also provides these customization options that cover all the practical use cases you might need in your app.
- Add or reorder targets
- Know which app has received the data (API level 22+)
- Exclude target candidates (API level 24+)
- Add custom actions (API level 34+)
TODO: Add this later