Package-level declarations

Types

Link copied to clipboard

ViewModel for the book search screen

Functions

Link copied to clipboard
fun SearchScreen(navController: NavHostController, category: String? = "", viewModel: BookSearchScreenViewModel = viewModel())

BookSearchScreen is the screen that allows the user to search for books by ISBN, Title, Author, or Category.