**MoviesNow is a mobile application that shows the list of popular movies . It contains a Movie Details Screen that shows the Movie Synopsis, Release Date and other details about the movie. It gets the data from TheMovieDatabase Api using Retrofit Library so the list of Movies stays updated and it is in sync with the latest movies available on **TheMovieDatabase
- Retrofit - A type-safe HTTP client for Android and java
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- GSON - A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Glide - An image loading and caching library for Android focused on smooth scrolling.