It's time to practice! Using what you've learned in the previous articles, create an App that meets the following requirements:
- Create an App that shows a list of products.
- Show a search bar that will filter the results that match with the input text.
- Use a ViewModel.
- Create a unit test to cover that the ViewModel does the search correctly.
Be the first to comment