Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 699 Bytes

File metadata and controls

29 lines (18 loc) · 699 Bytes

BooksWorld

An android application that gets list of books from BooksWorld-API and shows their information and could persist each of them on local database to access them offline.

Third Party Libraries

  • Networking: Retrofit
  • Multi Threading: Coroutines
  • Image Loading: Picasso, Glide (Use both of them for comparing!)
  • Database: RoomDB

Architecture

MVVM Architecture

Architecture Component:

  • Live Data
  • View Model
  • Navigation
  • Paging

Screenshots

drawing

drawing

drawing