Releases: hfeky/movies-explorer
Releases · hfeky/movies-explorer
Initial Release
- Parse the movies that are inside the local JSON file.
- Cache the movies in a local database to optimize loading time, reducing parsing overhead.
- Implement movies search by name functionality.
- Group the movies search results by year, and show the top 5 rated movies only for each year.
- Optimize movies search and sorting performance.
- Load movie images using Flickr Photos API.
- Create a nice transition between Master and Detail views.
- Create MotionLayout scenes.