You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show a list of cities in a RecyclerView from a JSON file and implement a search functionality to find a city within the list.
Note:-
Explain the steps of the Binary Search Algorithm and provide a comparison between Binary Prefix Search and Linear Search as implemented in the file domain/usecases/SearchInteractor and comments.
Topics
Clean Architecture
Dependancy Injection using Hilt
Kotlin Coroutines
Kotlin Flows
Repository Pattern
MVVM
DataBinding
Recycler View
Binary Search Algorithm
Images
About
Show a list of cities in a RecyclerView from a JSON file and implement a search functionality to find a city within the list.