armutyus / ninova

Bookshelf app that uses Google Books API and OpenLibrary API
MIT License
11 stars 4 forks source link

Search Feature #2

Closed HasimD closed 2 years ago

HasimD commented 2 years ago

We need search bar for getting both of local books data and 'Google Books' API data. It will be added to MainActivity, and will be shown on all of three main fragments.

After user enter some search text we want to show new screen including 2 tab: Your Books(from users books) and Global Books(from Google Books). Screen will looks like:

search-for-songs-in-the-apple-music-library-800x772

After user click on one of the result items, we will direct user to Detail Screen with new query. If user just clicks to the add button, we should add it to the local database.

Note: At first stage, you must work with fake data. (After API and Room setup these features will be updated)