Overlay an activity on another activity OR overlay a view over another

后端 未结 4 732
挽巷
挽巷 2020-12-12 20:22

I have 2 classes, FirstActivity and SecondActivity.

First Activity

Intent intent=new Intent(getApplicationContext(),SecondActivity.class);
startActiv         


        
4条回答
  •  轮回少年
    2020-12-12 21:05

    1-Take a screenshot of the first activity.

    2-(Optional) Darken, tint or blur the screenshot.

    3-Then call the second activity and use the first activity screenshot as background for the second activity.

提交回复
热议问题