I am developing an app that when I press a floating button I want another activity to come up.
Something like this:
if you want to use Activity
You can define your second activity as Dialog
example
<activity
android:name=".actEjemplo"
android:label="Ejemplo"
android:theme="@style/AppTheme.Dialog" />