Following the method we used in the previous section, here we will deal with the implementation of the recipe in Android first:
- In order to make this happen, the Android ecosystem has a user experience flow. Whenever we want to share something, we launch a dialog or Intent. This intent will allow us to choose how to send our app invite.
- Now, let's see how we can make the functionality happen. Let's suppose that we have a ...