Various snippets for launching default apps, and more.
Read more…Home / android / intents
Launch intents
Picking a contact using the Contacts app
There are to ways (besides implementing your own UI) to pick contact details through the Contacts app. One of them needs read access to your contacts list, the other does not.
Read more…Share a bitmap
Sharing a bitmap requires saving it to file before sharing.
Read more…Share intents
This is a simple collection of sharing intents. There’s a more complete sample here with more advanced options that require the Twitter / Facebook APIs.
Read more…Simple deeplinking
These are instructions to support and test simple deeplinking, without Firebase or the Navigation Components.
Read more…The Ultimate Sharing snippet for social platforms
This recipe contains a big snippet that helps sharing media to various social platforms, and the instructions to set it up. Includes working with the Twitter and Facebook SDKs.
Read more…