Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 399 Bytes

Purva Highlands Library App

This app uses a CSV file as a books store and implements search functionality across various attributes of a book

Technology used

  1. Kotlin
  2. Implements a Trie to search across multiple fields of a book
  3. Uses Hilt as DI
  4. Uses ViewBindings Jetpack
  5. Uses recycler view and card view to display search results
  6. Uses Flow and LiveData to transfer data into UI