Controlling one application in another app on Android

38 Views Asked by At

I am developing an Android app and I've successfully integrated Gmail into it by creating a button that opens the Gmail app within my application. Now, I want to enhance the user experience by adding a Floating Action Button (FAB) to control the Gmail interface.

Specifically, I would like to: Compose Email: How can I use a FAB to open the compose email screen within the integrated Gmail interface in my app?

0

There are 0 best solutions below