This is a sample Android project demonstrating the use of Decompose library together with Metro DI framework.
The project consists of the following modules:
repository- Contains a simple in-memoryRepository, shared in feature modules.feature-list- ContainsListComponentthat shows a list of text items. Clicking on an item opensDetailsComponent.feature-details- ContainsDetailsComponentthat shows the previously selected item.feature-root- ContainsRootComponentthat navigates betweenListComponentandDetailsComponent, plus some unit tests forDefaultRootComponent.app-android- ContainsMainActivitythat showsRootComponent.