Assignment 5 - accavdar/MADLectureNotes GitHub Wiki

Assignment-5

Update movies app project as in the screen shot below:

  • Remove map and create a domain object called 'Movie'.
  • Use new movies.xml file and split items using ':' to divide them into 'movie name' and 'release year'. Use these two items and a check box to create your view.

Movies