Most of us can relate to kicking back on the couch and enjoying a movie with friends and family. In this project, we’ll design and implement an android application to allow us to find the most popular movies playing.
This app uses the API from episodate.com
- Fetch data from the Internet with episodate API
- Use adapters and custom list layouts to populate list views
- Incorporate libraries to simplify the amount of code you need to write
- Build a fully featured application that looks and feels natural on the latest Android operating system.
- Android Architecture Components
- Android Data Binding
- Retrofit for REST api communication
- Picasso for image loading
- RxAndroid: Reactive Extensions for Android for writing reactive components in Android applications easy and hassle-free.
Here is the link to view a video demonstrating the app: Click here
MIT License, see the LICENSE file.
- Found this project useful ❤️? Support by clicking the ⭐️ button on the upper right of this page. ✌️
- Notice anything else missing? File an issue
- Feel free to contribute in any way to the project from typos in docs to code review are all welcome.