Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 396 Bytes

RetrofitWithRXJava

Simple demo of Retrofit with RXJava. Using Android studio, this simple app retrives a list of movies from an API (https://api.themoviedb.org/).
The app simple retrieves the data from the API and displays on mobile in a list format. The movie titles and posters are displayed to the client.
Benefits from the use of adapter design pattern in the implementation.