@amanda.hinchman-dominguez Views are singleton by default so injecting the View will always refer to the same object. Fragments are prototype scope which means new objects are injected at the declaration. There is something called "scopes" which can segment singleton views by scope. this is intended for a multiple-document interface like when you bring up >1 project in different windows in IntelliJ (same screens/different data)