Small android sample application with https://www.omdbapi.com/ usage.
Build:
- create apikey.properties file in project folder
- put into apikey.properties API_KEY="XXXXXXX" where XXXXXXX is your api key for https://www.omdbapi.com/
- that's it, project is ready for building
Used:
- Dagger 2
- Android Architecture Components: ViewModel
- Retrofit 2
- Room
- RxJava 2
- Adapterdelegates 4
Usage:
- To start new search use floating action button.
- To view previous search tap on any item from list.
Possible TODOs:
- String resources usage
- Improve number of details about search result
- Icons and theme update
- Modules(current package structure and dependencies structure are ready to split)