Skip to content

Instantly share code, notes, and snippets.

@icanerdogan
Forked from saniyusuf/Film.JSON
Last active December 4, 2024 18:53
Show Gist options
  • Save icanerdogan/c60a3313337b4e5246bbc01803d63301 to your computer and use it in GitHub Desktop.
Save icanerdogan/c60a3313337b4e5246bbc01803d63301 to your computer and use it in GitHub Desktop.
Android Dummy Movie List JSON Data for Retrofit API Service
class Movie : ArrayList<MovieItem>()
data class MovieItem(
val movieComingSoon: Boolean,
val movieActors: String,
val movieAwards: String,
val movieCountry: String,
val movieDirector: String,
val movieGenre: String,
val movieImages: List<String>,
val movieLanguage: String,
val movieMetaScore: String,
val moviePlot: String,
val moviePoster: String,
val movieRate: String,
val movieReleased: String,
val movieTitle: String,
val movieType: String,
val movieWriter: String,
val movieYear: String,
val movieImdbID: String,
val movieImdbRating: String,
val movieImdbVotes: String,
)
fun getDummyMovie(): ArrayList<MovieItem> {
return arrayListOf(
MovieItem(
movieComingSoon = false,
movieTitle = "Avatar",
movieYear = "2009",
movieRate = "PG-13",
movieReleased = "18 Dec 2009",
movieGenre = "Action, Adventure, Fantasy",
movieDirector = "James Cameron",
movieWriter = "James Cameron",
movieActors = "Sam Worthington, Zoe Saldana, Sigourney Weaver, Stephen Lang",
moviePlot = "A paraplegic marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home.",
movieLanguage = "English, Spanish",
movieCountry = "USA, UK",
movieAwards = "Won 3 Oscars. Another 80 wins & 121 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTYwOTEwNjAzMl5BMl5BanBnXkFtZTcwODc5MTUwMw@@._V1_SX300.jpg",
movieMetaScore = "83",
movieImdbRating = "7.9",
movieImdbVotes = "890,617",
movieImdbID = "tt0499549",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjEyOTYyMzUxNl5BMl5BanBnXkFtZTcwNTg0MTUzNA@@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BNzM2MDk3MTcyMV5BMl5BanBnXkFtZTcwNjg0MTUzNA@@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTY2ODQ3NjMyMl5BMl5BanBnXkFtZTcwODg0MTUzNA@@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTMxOTEwNDcxN15BMl5BanBnXkFtZTcwOTg0MTUzNA@@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTYxMDg1Nzk1MV5BMl5BanBnXkFtZTcwMDk0MTUzNA@@._V1_SX1500_CR0,0,1500,999_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "I Am Legend",
movieYear = "2007",
movieRate = "PG-13",
movieReleased = "14 Dec 2007",
movieGenre = "Drama, Horror, Sci-Fi",
movieDirector = "Francis Lawrence",
movieWriter = "Mark Protosevich (screenplay), Akiva Goldsman (screenplay), Richard Matheson (novel), John William Corrington, Joyce Hooper Corrington",
movieActors = "Will Smith, Alice Braga, Charlie Tahan, Salli Richardson-Whitfield",
moviePlot = "Years after a plague kills most of humanity and transforms the rest into monsters, the sole survivor in New York City struggles valiantly to find a cure.",
movieLanguage = "English",
movieCountry = "USA",
movieAwards = "9 wins & 21 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTU4NzMyNDk1OV5BMl5BanBnXkFtZTcwOTEwMzU1MQ@@._V1_SX300.jpg",
movieMetaScore = "65",
movieImdbRating = "7.2",
movieImdbVotes = "533,874",
movieImdbID = "tt0480249",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTI0NTI4NjE3NV5BMl5BanBnXkFtZTYwMDA0Nzc4._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTIwMDg2MDU4M15BMl5BanBnXkFtZTYwMTA0Nzc4._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTc5MDM1OTU5OV5BMl5BanBnXkFtZTYwMjA0Nzc4._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTA0MTI2NjMzMzFeQTJeQWpwZ15BbWU2MDMwNDc3OA@@._V1_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "300",
movieYear = "2006",
movieRate = "R",
movieReleased = "09 Mar 2007",
movieGenre = "Action, Drama, Fantasy",
movieDirector = "Zack Snyder",
movieWriter = "Zack Snyder (screenplay), Kurt Johnstad (screenplay), Michael Gordon (screenplay), Frank Miller (graphic novel), Lynn Varley (graphic novel)",
movieActors = "Gerard Butler, Lena Headey, Dominic West, David Wenham",
moviePlot = "King Leonidas of Sparta and a force of 300 men fight the Persians at Thermopylae in 480 B.C.",
movieLanguage = "English",
movieCountry = "USA",
movieAwards = "16 wins & 42 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMjAzNTkzNjcxNl5BMl5BanBnXkFtZTYwNDA4NjE3._V1_SX300.jpg",
movieMetaScore = "52",
movieImdbRating = "7.7",
movieImdbVotes = "611,046",
movieImdbID = "tt0416449",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTMwNTg5MzMwMV5BMl5BanBnXkFtZTcwMzA2NTIyMw@@._V1_SX1777_CR0,0,1777,937_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTQwNTgyNTMzNF5BMl5BanBnXkFtZTcwNDA2NTIyMw@@._V1_SX1777_CR0,0,1777,935_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTc0MjQzOTEwMV5BMl5BanBnXkFtZTcwMzE2NTIyMw@@._V1_SX1777_CR0,0,1777,947_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "The Avengers",
movieYear = "2012",
movieRate = "PG-13",
movieReleased = "04 May 2012",
movieGenre = "Action, Sci-Fi, Thriller",
movieDirector = "Joss Whedon",
movieWriter = "Joss Whedon (screenplay), Zak Penn (story), Joss Whedon (story)",
movieActors = "Robert Downey Jr., Chris Evans, Mark Ruffalo, Chris Hemsworth",
moviePlot = "Earth's mightiest heroes must come together and learn to fight as a team if they are to stop the mischievous Loki and his alien army from enslaving humanity.",
movieLanguage = "English, Russian",
movieCountry = "USA",
movieAwards = "Nominated for 1 Oscar. Another 34 wins & 75 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTk2NTI1MTU4N15BMl5BanBnXkFtZTcwODg0OTY0Nw@@._V1_SX300.jpg",
movieMetaScore = "69",
movieImdbRating = "8.1",
movieImdbVotes = "1,003,301",
movieImdbID = "tt0848228",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTA0NjY0NzE4OTReQTJeQWpwZ15BbWU3MDczODg2Nzc@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjE1MzEzMjcyM15BMl5BanBnXkFtZTcwNDM4ODY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjMwMzM2MTg1M15BMl5BanBnXkFtZTcwNjM4ODY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ4NzM2Mjc5MV5BMl5BanBnXkFtZTcwMTkwOTY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTc3MzQ3NjA5N15BMl5BanBnXkFtZTcwMzY5OTY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "The Wolf of Wall Street",
movieYear = "2013",
movieRate = "R",
movieReleased = "25 Dec 2013",
movieGenre = "Biography, Comedy, Crime",
movieDirector = "Martin Scorsese",
movieWriter = "Terence Winter (screenplay), Jordan Belfort (book)",
movieActors = "Leonardo DiCaprio, Jonah Hill, Margot Robbie, Matthew McConaughey",
moviePlot = "Based on the true story of Jordan Belfort, from his rise to a wealthy stock-broker living the high life to his fall involving crime, corruption and the federal government.",
movieLanguage = "English, French",
movieCountry = "USA",
movieAwards = "Nominated for 5 Oscars. Another 35 wins & 154 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMjIxMjgxNTk0MF5BMl5BanBnXkFtZTgwNjIyOTg2MDE@._V1_SX300.jpg",
movieMetaScore = "75",
movieImdbRating = "8.2",
movieImdbVotes = "786,985",
movieImdbID = "tt0993846",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BNDIwMDIxNzk3Ml5BMl5BanBnXkFtZTgwMTg0MzQ4MDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTc0NzAxODAyMl5BMl5BanBnXkFtZTgwMDg0MzQ4MDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTExMDk1MDE4NzVeQTJeQWpwZ15BbWU4MDM4NDM0ODAx._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTg3MTY4NDk4Nl5BMl5BanBnXkFtZTgwNjc0MzQ4MDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTgzMTg4MDI0Ml5BMl5BanBnXkFtZTgwOTY0MzQ4MDE@._V1_SY1000_CR0,0,1553,1000_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "Interstellar",
movieYear = "2014",
movieRate = "PG-13",
movieReleased = "07 Nov 2014",
movieGenre = "Adventure, Drama, Sci-Fi",
movieDirector = "Christopher Nolan",
movieWriter = "Jonathan Nolan, Christopher Nolan",
movieActors = "Ellen Burstyn, Matthew McConaughey, Mackenzie Foy, John Lithgow",
moviePlot = "A team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival.",
movieLanguage = "English",
movieCountry = "USA, UK",
movieAwards = "Won 1 Oscar. Another 39 wins & 134 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMjIxNTU4MzY4MF5BMl5BanBnXkFtZTgwMzM4ODI3MjE@._V1_SX300.jpg",
movieMetaScore = "74",
movieImdbRating = "8.6",
movieImdbVotes = "937,412",
movieImdbID = "tt0816692",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjA3NTEwOTMxMV5BMl5BanBnXkFtZTgwMjMyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMzQ5ODE2MzEwM15BMl5BanBnXkFtZTgwMTMyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTg4Njk4MzY0Nl5BMl5BanBnXkFtZTgwMzIyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMzE3MTM0MTc3Ml5BMl5BanBnXkFtZTgwMDIyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BNjYzNjE2NDk3N15BMl5BanBnXkFtZTgwNzEyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "Game of Thrones",
movieYear = "2011–",
movieRate = "TV-MA",
movieReleased = "17 Apr 2011",
movieGenre = "Adventure, Drama, Fantasy",
movieDirector = "N/A",
movieWriter = "David Benioff, D.B. Weiss",
movieActors = "Peter Dinklage, Lena Headey, Emilia Clarke, Kit Harington",
moviePlot = "While a civil war brews between several noble families in Westeros, the children of the former rulers of the land attempt to rise up to power. Meanwhile a forgotten race, bent on destruction, plans to return after thousands of years in the North.",
movieLanguage = "English",
movieCountry = "USA, UK",
movieAwards = "Won 1 Golden Globe. Another 185 wins & 334 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMjM5OTQ1MTY5Nl5BMl5BanBnXkFtZTgwMjM3NzMxODE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "9.5",
movieImdbVotes = "1,046,830",
movieImdbID = "tt0944947",
movieType = "series",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BNDc1MGUyNzItNWRkOC00MjM1LWJjNjMtZTZlYWIxMGRmYzVlXkEyXkFqcGdeQXVyMzU3MDEyNjk@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BZjZkN2M5ODgtMjQ2OC00ZjAxLWE1MjMtZDE0OTNmNGM0NWEwXkEyXkFqcGdeQXVyNjUxNzgwNTE@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMDk4Y2Y1MDAtNGVmMC00ZTlhLTlmMmQtYjcyN2VkNzUzZjg2XkEyXkFqcGdeQXVyNjUxNzgwNTE@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BNjZjNWIzMzQtZWZjYy00ZTkwLWJiMTYtOWRkZDBhNWJhY2JmXkEyXkFqcGdeQXVyMjk3NTUyOTc@._V1_SX1777_CR0,0,1777,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BNTMyMTRjZWEtM2UxMS00ZjU5LWIxMTYtZDA5YmJhZmRjYTc4XkEyXkFqcGdeQXVyMjk3NTUyOTc@._V1_SX1777_CR0,0,1777,999_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "Vikings",
movieYear = "2013–",
movieRate = "TV-14",
movieReleased = "03 Mar 2013",
movieGenre = "Action, Drama, History",
movieDirector = "N/A",
movieWriter = "Michael Hirst",
movieActors = "Travis Fimmel, Clive Standen, Gustaf Skarsgård, Katheryn Winnick",
moviePlot = "The world of the Vikings is brought to life through the journey of Ragnar Lothbrok, the first Viking to emerge from Norse legend and onto the pages of history - a man on the edge of myth.",
movieLanguage = "English, Old English, Norse, Old, Latin",
movieCountry = "Ireland, Canada",
movieAwards = "Nominated for 7 Primetime Emmys. Another 17 wins & 49 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BOTEzNzI3MDc0N15BMl5BanBnXkFtZTgwMzk1MzA5NzE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "8.6",
movieImdbVotes = "198,041",
movieImdbID = "tt2306299",
movieType = "series",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjM5MTM1ODUxNV5BMl5BanBnXkFtZTgwNTAzOTI2ODE@._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BNzU2NDcxODMyOF5BMl5BanBnXkFtZTgwNDAzOTI2ODE@._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjMzMzIzOTU2M15BMl5BanBnXkFtZTgwODMzMTkyODE@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ2NTQ2MDA3NF5BMl5BanBnXkFtZTgwODkxMDUxODE@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTcxOTQ3NTA5N15BMl5BanBnXkFtZTgwMzExMDUxODE@._V1_SY1000_SX1500_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "Gotham",
movieYear = "2014–",
movieRate = "TV-14",
movieReleased = "01 Aug 2014",
movieGenre = "Action, Crime, Drama",
movieDirector = "N/A",
movieWriter = "Bruno Heller",
movieActors = "Ben McKenzie, Donal Logue, David Mazouz, Sean Pertwee",
moviePlot = "The story behind Detective James Gordon's rise to prominence in Gotham City in the years before Batman's arrival.",
movieLanguage = "English",
movieCountry = "USA",
movieAwards = "Nominated for 4 Primetime Emmys. Another 3 wins & 22 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTY2MjMwNDE4OV5BMl5BanBnXkFtZTgwNjI1NjU0OTE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "8.0",
movieImdbVotes = "133,375",
movieImdbID = "tt3749900",
movieType = "series",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BNDI3ODYyODY4OV5BMl5BanBnXkFtZTgwNjE5NDMwMDI@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjA5OTExMTIwNF5BMl5BanBnXkFtZTgwMjI5NDMwMDI@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTA3MDY2NjA3MzBeQTJeQWpwZ15BbWU4MDU0MDkzODgx._V1_SX1499_CR0,0,1499,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjM3MzYzNDgzOV5BMl5BanBnXkFtZTgwMjQwOTM4ODE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjQwODAyNjk0NF5BMl5BanBnXkFtZTgwODU4MzMyODE@._V1_SY1000_CR0,0,1500,1000_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "Power",
movieYear = "2014–",
movieRate = "TV-MA",
movieReleased = "N/A",
movieGenre = "Crime, Drama",
movieDirector = "N/A",
movieWriter = "Courtney Kemp Agboh",
movieActors = "Omari Hardwick, Joseph Sikora, Andy Bean, Lela Loren",
moviePlot = "James \"Ghost\" St. Patrick, a wealthy New York night club owner who has it all, catering for the city's elite and dreaming big, lives a double life as a drug kingpin.",
movieLanguage = "English",
movieCountry = "USA",
movieAwards = "1 win & 6 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BOTA4NTkzMjUzOF5BMl5BanBnXkFtZTgwNzg5ODkxOTE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "8.0",
movieImdbVotes = "14,770",
movieImdbID = "tt3281796",
movieType = "series",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTc2ODg0MzMzM15BMl5BanBnXkFtZTgwODYxODA5NTE@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTcyMjA0MzczNV5BMl5BanBnXkFtZTgwNTIyODA5NTE@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTk0MTI0NzQ2NV5BMl5BanBnXkFtZTgwMDkxODA5NTE@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ4Mzk1ODcxM15BMl5BanBnXkFtZTgwNDQyODA5NTE@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTUwNTE0NDI1M15BMl5BanBnXkFtZTgwMDQyODA5NTE@._V1_SY1000_SX1500_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "Narcos",
movieYear = "2015–",
movieRate = "TV-MA",
movieReleased = "28 Aug 2015",
movieGenre = "Biography, Crime, Drama",
movieDirector = "N/A",
movieWriter = "Carlo Bernard, Chris Brancato, Doug Miro, Paul Eckstein",
movieActors = "Wagner Moura, Boyd Holbrook, Pedro Pascal, Joanna Christie",
moviePlot = "A chronicled look at the criminal exploits of Colombian drug lord Pablo Escobar.",
movieLanguage = "English, Spanish",
movieCountry = "USA",
movieAwards = "Nominated for 2 Golden Globes. Another 4 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTU0ODQ4NDg2OF5BMl5BanBnXkFtZTgwNzczNTE4OTE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "8.9",
movieImdbVotes = "118,680",
movieImdbID = "tt2707408",
movieType = "series",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTk2MDMzMTc0MF5BMl5BanBnXkFtZTgwMTAyMzA1OTE@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjIxMDkyOTEyNV5BMl5BanBnXkFtZTgwNjY3Mjc3OTE@._V1_SY1000_SX1500_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjA2NDUwMTU2NV5BMl5BanBnXkFtZTgwNTI1Mzc3OTE@._V1_SY1000_CR0,0,1499,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BODA1NjAyMTQ3Ml5BMl5BanBnXkFtZTgwNjI1Mzc3OTE@._V1_SY1000_CR0,0,1499,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTU0NzQ0OTAwNl5BMl5BanBnXkFtZTgwMDAyMzA1OTE@._V1_SX1500_CR0,0,1500,999_AL_.jpg"
)
),
MovieItem(
movieComingSoon = false,
movieTitle = "Breaking Bad",
movieYear = "2008–2013",
movieRate = "TV-14",
movieReleased = "20 Jan 2008",
movieGenre = "Crime, Drama, Thriller",
movieDirector = "N/A",
movieWriter = "Vince Gilligan",
movieActors = "Bryan Cranston, Anna Gunn, Aaron Paul, Dean Norris",
moviePlot = "A high school chemistry teacher diagnosed with inoperable lung cancer turns to manufacturing and selling methamphetamine in order to secure his family's financial future.",
movieLanguage = "English, Spanish",
movieCountry = "USA",
movieAwards = "Won 2 Golden Globes. Another 132 wins & 218 nominations.",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTQ0ODYzODc0OV5BMl5BanBnXkFtZTgwMDk3OTcyMDE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "9.5",
movieImdbVotes = "889,883",
movieImdbID = "tt0903747",
movieType = "series",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTgyMzI5NDc5Nl5BMl5BanBnXkFtZTgwMjM0MTI2MDE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ2NDkwNDk5NV5BMl5BanBnXkFtZTgwNDM0MTI2MDE@._V1_SY1000_CR0,0,1495,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTM4NDcyNDMzMF5BMl5BanBnXkFtZTgwOTI0MTI2MDE@._V1_SY1000_CR0,0,1495,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTAzMTczMjM3NjFeQTJeQWpwZ15BbWU4MDc1MTI1MzAx._V1_SY1000_CR0,0,1495,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjA5MTE3MTgwMF5BMl5BanBnXkFtZTgwOTQxMjUzMDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg"
)
),
MovieItem(
movieComingSoon = true,
movieTitle = "Doctor Strange",
movieYear = "2016",
movieRate = "N/A",
movieReleased = "04 Nov 2016",
movieGenre = "Action, Adventure, Fantasy",
movieDirector = "Scott Derrickson",
movieWriter = "Scott Derrickson (screenplay), C. Robert Cargill (screenplay), Jon Spaihts (story by), Scott Derrickson (story by), C. Robert Cargill (story by), Steve Ditko (comic book)",
movieActors = "Rachel McAdams, Benedict Cumberbatch, Mads Mikkelsen, Tilda Swinton",
moviePlot = "After his career is destroyed, a brilliant but arrogant and conceited surgeon gets a new lease on life when a sorcerer takes him under her wing and trains him to defend the world against evil.",
movieLanguage = "English",
movieCountry = "USA",
movieAwards = "N/A",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BNjgwNzAzNjk1Nl5BMl5BanBnXkFtZTgwMzQ2NjI1OTE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "N/A",
movieImdbVotes = "N/A",
movieImdbID = "tt1211837",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjM3ODc1ODI5Ml5BMl5BanBnXkFtZTgwODMzMDY3OTE@._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTgxNTAyNTU0NV5BMl5BanBnXkFtZTgwNzMzMDY3OTE@._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjE5NDc5NzUwNV5BMl5BanBnXkFtZTgwMDM3MDM2NzE@._V1_.jpg"
)
),
MovieItem(
movieComingSoon = true,
movieTitle = "Rogue One= A Star Wars Story",
movieYear = "2016",
movieRate = "N/A",
movieReleased = "16 Dec 2016",
movieGenre = "Action, Adventure, Sci-Fi",
movieDirector = "Gareth Edwards",
movieWriter = "Chris Weitz (screenplay), Tony Gilroy (screenplay), John Knoll (story), Gary Whitta (story), George Lucas (characters)",
movieActors = "Felicity Jones, Riz Ahmed, Mads Mikkelsen, Ben Mendelsohn",
moviePlot = "The Rebellion makes a risky move to steal the plans to the Death Star, setting up the epic saga to follow.",
movieLanguage = "English",
movieCountry = "USA",
movieAwards = "1 nomination.",
moviePoster = "https://images-na.ssl-images-amazon.com/images/M/MV5BMjQyMzI2OTA3OF5BMl5BanBnXkFtZTgwNDg5NjQ0OTE@._V1_SY1000_CR0,0,674,1000_AL_.jpg",
movieMetaScore = "N/A",
movieImdbRating = "N/A",
movieImdbVotes = "N/A",
movieImdbID = "tt3748528",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjE3MzA4Nzk3NV5BMl5BanBnXkFtZTgwNjAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg",
"https:,//images-na.ssl-images-amazon.com/images/M/MV5BNDMxMTQzMjQxM15BMl5BanBnXkFtZTgwNzAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg",
"https:,//images-na.ssl-images-amazon.com/images/M/MV5BMTUyNjkxOTk5NV5BMl5BanBnXkFtZTgwODAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg",
"https:,//images-na.ssl-images-amazon.com/images/M/MV5BNjM4MzExNDAyNl5BMl5BanBnXkFtZTgwOTAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjE3NTgxMDcyNV5BMl5BanBnXkFtZTgwMDExMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg"
)
),
MovieItem(
movieComingSoon = true,
movieTitle = "Assassin's Creed",
movieYear = "2016",
movieRate = "N/A",
movieReleased = "21 Dec 2016",
movieGenre = "Action, Adventure, Fantasy",
movieDirector = "Justin Kurzel",
movieWriter = "Bill Collage (screenplay), Adam Cooper (screenplay), Michael Lesslie (screenplay)",
movieActors = "Michael Fassbender, Michael Kenneth Williams, Marion Cotillard, Jeremy Irons",
moviePlot = "When Callum Lynch explores the memories of his ancestor Aguilar and gains the skills of a Master Assassin, he discovers he is a descendant of the secret Assassins society.",
movieLanguage = "English",
movieCountry = "UK, France, USA, Hong Kong",
movieAwards = "N/A",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTU2MTQwMjU1OF5BMl5BanBnXkFtZTgwMDA5NjU5ODE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "N/A",
movieImdbVotes = "N/A",
movieImdbID = "tt2094766",
movieType = "movie",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BN2EyYzgyOWEtNTY2NS00NjRjLWJiNDYtMWViMjg5MWZjYjgzXkEyXkFqcGdeQXVyNjUwNzk3NDc@._V1_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTYwOWYzOTctOTc4My00ZmJkLTgzMTctMmUxNDI5ODQzYzNjXkEyXkFqcGdeQXVyNDAyODU1Njc@._V1_SX1500_CR0,0,1500,999_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BZTY5ZGUxMTAtYTU0OC00NGQ2LTkzNzgtZGZmNjlmNjY3MGU0XkEyXkFqcGdeQXVyNTY0MTkxMTg@._V1_SY1000_CR0,0,1500,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BZjA0MWYwZTEtYzc5Yi00NGM2LTg1YTctNjY2YzQ0NDJhZDAwXkEyXkFqcGdeQXVyNDAyODU1Njc@._V1_SY1000_CR0,0,1499,1000_AL_.jpg"
)
),
MovieItem(
movieComingSoon = true,
movieTitle = "Luke Cage",
movieYear = "2016–",
movieRate = "TV-MA",
movieReleased = "30 Sep 2016",
movieGenre = "Action, Crime, Drama",
movieDirector = "N/A",
movieWriter = "Cheo Hodari Coker",
movieActors = "Mahershala Ali, Mike Colter, Frankie Faison, Erik LaRay Harvey",
moviePlot = "Given superstrength and durability by a sabotaged experiment, a wrongly accused man escapes prison to become a superhero for hire.",
movieLanguage = "English",
movieCountry = "USA",
movieAwards = "N/A",
moviePoster = "http://ia.media-imdb.com/images/M/MV5BMTcyMzc1MjI5MF5BMl5BanBnXkFtZTgwMzE4ODY2OTE@._V1_SX300.jpg",
movieMetaScore = "N/A",
movieImdbRating = "N/A",
movieImdbVotes = "N/A",
movieImdbID = "tt3322314",
movieType = "series",
movieImages = listOf(
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjMxNjc1NjI0NV5BMl5BanBnXkFtZTgwNzA0NzY0ODE@._V1_SY1000_CR0,0,1497,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjI1MDg3NjY2OF5BMl5BanBnXkFtZTgwNDE1NDU4OTE@._V1_SY1000_CR0,0,1497,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BOTYzOTQyNDYxNl5BMl5BanBnXkFtZTgwNzA1NDU4OTE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMTgxMjA3MTQ5Ml5BMl5BanBnXkFtZTgwOTA1NDU4OTE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg",
"https://images-na.ssl-images-amazon.com/images/M/MV5BMjMyNjg5ODYwNF5BMl5BanBnXkFtZTgwMTE1NDU4OTE@._V1_SY1000_CR0,0,1477,1000_AL_.jpg"
)
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment