Implementation of the omdb API for android utilizing clean android architecture frameworks as well as a local sqlite DBMS .
- searching for any movie name within the omdb database
- filtering movies
- saving the searched movies locally with ROOM
- showing the local movie details
- showing the user his saved tokens
- make the view holder separate class
- add delegate and delegate the xml to the adapter
- data binding attributes
- reorderby for sorting movies