Skip to content

Instantly share code, notes, and snippets.

@ikydhana
Created September 2, 2019 13:04
Show Gist options
  • Save ikydhana/5917d63b8fbfe47d084139f291a33fa8 to your computer and use it in GitHub Desktop.
Save ikydhana/5917d63b8fbfe47d084139f291a33fa8 to your computer and use it in GitHub Desktop.
<resources>
<string name="app_name">Movie Catalog</string>
<string name="desc_movie">Keterangan</string>
<string name="tittle_movie">Judul</string>
<string name="tahun_movie">Tahun</string>
<string-array name="movie_name">
<item>A Star Is Born</item>
<item>Creed II</item>
<item>Glass</item>
<item>How To Train Your Dragon: The Hidden World</item>
<item>Hunter Killer</item>
<item>Mary Popins Return</item>
<item>Robin Hood</item>
<item>The Girl in the Spider's Web</item>
<item>The Mule</item>
<item>Venom</item>
</string-array>
<string-array name="movie_tahun">
<item>3 Oktober 2018</item>
<item>21 November 2018</item>
<item>16 Januari 2019</item>
<item>3 Januari 2019</item>
<item>19 Oktober 2018</item>
<item>13 Desember 2018</item>
<item>21 November 2018</item>
<item>25 Oktober 2018</item>
<item>14 Desember 2018</item>
<item>28 September 2018</item>
</string-array>
<string-array name="movie_desc">
<item>Seasoned musician Jackson Maine discovers — and falls in love with — struggling artist Ally. She has just about given up on her dream to make it big as a singer — until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.</item>
<item>Between personal obligations and training for his next big fight against an opponent with ties to his family's past, Adonis Creed is up against the challenge of his life.</item>
<item>In a series of escalating encounters, former security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.</item>
<item>As Hiccup fulfills his dream of creating a peaceful dragon utopia, Toothless’ discovery of an untamed, elusive mate draws the Night Fury away. When danger mounts at home and Hiccup’s reign as village chief is tested, both dragon and rider must make impossible decisions to save their kind.</item>
<item>Captain Glass of the USS Arkansas discovers that a coup d'état is taking place in Russia, so he and his crew join an elite group working on the ground to prevent a war.</item>
<item>In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.</item>
<item>A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.</item>
<item>In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.</item>
<item>Earl Stone, a man in his 80s, is broke, alone, and facing foreclosure of his business when he is offered a job that simply requires him to drive. Easy enough, but, unbeknownst to Earl, he’s just signed on as a drug courier for a Mexican cartel. He does so well that his cargo increases exponentially, and Earl hit the radar of hard-charging DEA agent Colin Bates.</item>
<item>Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.</item>
</string-array>
<string-array name="movie_foto">
<item>@drawable/poster_a_star</item>
<item>@drawable/poster_creed</item>
<item>@drawable/poster_glass</item>
<item>@drawable/poster_dragon</item>
<item>@drawable/poster_hunterkiller</item>
<item>@drawable/poster_marrypopins</item>
<item>@drawable/poster_robinhood</item>
<item>@drawable/poster_thegirl</item>
<item>@drawable/poster_themule</item>
<item>@drawable/poster_venom</item>
</string-array>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment