Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 733 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 733 Bytes

Movies App

This app allows you to view a list of movies, series, and favorites, and view more details of each item

Omdb API

The queries and requests were made using the Omdb API http://www.omdbapi.com/

Tools, Components and Architecture used

BottomNavigationView https://developer.android.com/reference/android/support/design/widget/BottomNavigationView

CardView https://developer.android.com/guide/topics/ui/layout/cardview

CollapsingToolbar https://material.io/develop/android/components/collapsing-toolbar-layout/

RecyclerView https://developer.android.com/guide/topics/ui/layout/recyclerview

Retrofit https://square.github.io/retrofit/

MVVM https://medium.com/brq-techblog/android-mvvm-e-databinding-fd4595e271c9