Abstract
We have already implemented a single tool and the required readers, now before continuing building all other tools we have to build the actual configuration screen and the list where the tools will be displayed.
Requirements
- Implement the DevTools configuration screen and the actual DevTools list.
- Adjust the iOS sample app to have the same structure as the Android one:
- 1 screen should display 4 buttons
- MEMORY: should open a config screen for memory source
- YAML: should open a config screen for Yaml source
- JSON SCHEMA: should open a config screen for Json source
- COMBINED: should open a config screen with combined sources
Implementation details
Consumer flow
- Open the sample app
- Walkthrough all screens of all tools sources and make sure the dev tools are displayed inside a list
Abstract
We have already implemented a single tool and the required readers, now before continuing building all other tools we have to build the actual configuration screen and the list where the tools will be displayed.
Requirements
Implementation details
DevToolsListViewand that should be passed to the ConfigScreenPresenter as a parameterConsumer flow