How to put an activity on another activity

-2

I am developing an app that when I press a floating button I want another activity to come up.

Something like this:

    
asked by Gian Franco Alexis Poma Vidal 22.10.2018 в 02:30
source

1 answer

0

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" />
    
answered by 25.10.2018 в 18:13