[Android] Providing Up Navigation in Action Bar

  • 0
設計: Navigation with Back and Up | Android Design
實作: Providing Up Navigation | Android Developer

1. Specify the Parent Activity
2. Add Up Action
    // 若要使用 Support Library 支援 Android 2.X 版本,要將 getActionBar() 改成 getSupportActionBar()
    // 我自己是做到這一步,功能就可以正常運作
3. Navigate Up to Parent Activity
3-1. Navigate up with a new back stack
    // 這段的作用是,當你從別的 app (而不是從自己的 app 中)連過來,也能夠正確地回到上一層 activity

沒有留言 :

張貼留言