Using Android Studio, create a Favorite Recipe app that contains at least two activities. The first activity should display the name of the recipe and a display a picture. The second activity should display the recipe itself. Use a button and event handler to transition from the first activity to the second activity. Create a custom launcher icon.