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
(Practice purposes) An Android app that search for books using Google Book API, and display the search result using a vertical grid. It uses Retrofit to handle HTTP request, Kotlin serialization to handle JSON data, and Coil to display images. Separation of concerns is also taken into account