Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@hfeky hfeky released this 01 Apr 10:33
· 6 commits to master since this 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.