-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
featureNew feature or requestNew feature or requestiOSRelates to iOS platformRelates to iOS platform
Description
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
- 1 screen should display 4 buttons
Implementation details
- The config screen should implement ConfigScreenView and use ConfigScreenPresenter
- There should be a separate component for the list itself that should implement
DevToolsListViewand that should be passed to the ConfigScreenPresenter as a parameter
Consumer flow
- Open the sample app
- Walkthrough all screens of all tools sources and make sure the dev tools are displayed inside a list
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestiOSRelates to iOS platformRelates to iOS platform