Slide 13
Slide 13 text
TODO 3: Movie Encapsulation Class and its
Response
β Movie class contains Getter and Setter Methods for the app.
β Gets & Sets the key value pairs for the main movie information.
β (ie) poster_path, overview, release_date, genre_ids etc.
β TODO 3a: Create a Movie Constructor
β TODO 3b: Add an Image URL Field
β TODO 3c: Append the Image URL Field
β Append to getPosterPath()
β NOTE: See images in the next slide.