Tasks and the Back Stack (Android Development Patterns)

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Check out the blog post: goo.gl/nm5yjz
    If every Activity in your app is part of a task, it makes sense to know what a task is (a stack of activities) and how the default behavior of the back button affects your Activity and Fragments you’ve added with FragmentTransaction’s addToBackStack() method.
    Ian Lake also explains why SINGLE_TOP is a useful launchMode for your Activity and how to work with notifications that deep link into your app by using TaskStackBuilder: goo.gl/rWFOwT
    Read through all the documentation at goo.gl/KEBnbO
    #BuildBetterApps #AndroidN #lifecycle
    Subscribe to the Android Developers channel at goo.gl/GEh1ds

Комментарии •