Feature module
The search feature module includes all the presentation logic required to display the search screen. If you need to include this module, add it to your build.gradle:
implementation ("com.poqstudio:catalogue.search:$VERSION_NAME")Architecture
SearchActivityis the entry point to the search feature.SearchFragmentis the main fragment for the search screen.SearchFragmentDelegateis the fragment delegate for thesearch screen.SearchScreenis the main composable for the search screen.SearchViewModelis the ViewModel for the search screen.
Composables breakdown
The search screen is broken down into different composables: