examples/android-activity-graphs/README.md
Building on top of the simple Android example, this example demonstrates how it is possible to create child graphs for each activity which extend from the global graph.
Some of the advantages of the activity scope:
While this example only shows the presence of an activity scope, you should be able to see the potential for other useful scopes that can be used. For example, having a dedicated object graph for the current user session is a great way to manage data that is tied to the currently logged-in user.
Note: The app does not actually do anything when it is run. It is only to show how you can structure Dagger within an Android app