How to persist a View across Activities in Android

前端 未结 5 1423
遇见更好的自我
遇见更好的自我 2021-02-03 15:43

I\'m working on an Android application and I\'d like to maintain a top-bar of sorts in most of my Activities, as per the Twitter and Facebook applications. How is this done? I\'

5条回答
  •  旧时难觅i
    2021-02-03 16:24

    Check out:

    • the include XML element
    • Layout Tricks: Creating Reusable UI Components

提交回复
热议问题