Write For Us

Tasks and the Back Stack (Android Development Patterns)

E-Commerce Solutions SEO Solutions Marketing Solutions
192 Views
Published
Check out the blog post:
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:
Read through all the documentation at
Subscribe to the Android Developers channel at
Category
Phone
Sign in or sign up to post comments.
Be the first to comment