Intro
In this video I explain how the Activity Stack works in Android apps.
Time marks
3:03 Example of the Activity Stack with poker cards
Description
The Activity Stack is used to keep track of every open Activity in your application. The more open Activities, the more memory used by your app.
Today we'll go over how configuring Child Activities can reduce your number of open Activities.
The Activity Stack Article: https://www.codingfanatic.com/2019/09...
ClickingActivities repo: https://github.com/codingfanatic/Clic...
Understanding Tasks and Back Stack: https://developer.android.com/guide/c...
Click here to subscribe! / @codingfanatic8526
Website: https://www.codingfanatic.com/
Twitter: / rclarkecf
Github: https://github.com/codingfanatic
LinkedIn: / richard-clarke-8699a399
#codingfanatic #Android #100DaysofCode