pengrad / CoccocTestApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CocCoc Android Job Test Application

Steps to take a part

  • Fork this repo with the existing Android app
  • Fetch list of movies showing in CGV cinemas using this API https://www.cgv.vn/api/movie/listSneakShow?cat=2
  • Put all of them in MainActivity inside RecyclerView with this layout Image
    You have to show movie image, movie name and release date.
    Final app should look like this
  • Please pay special attention to cleanliness and organization of your code
  • Send a pull request or project link to HR. We will review your app and come back to you.

Advanced (will be a huge plus)

  • We have specified our favorite libraries in dependencies, and we will be happy if you use some of them or maybe even all together, but this is completely up to you. You are welcome to wrap network requests with Retrofit and use any library for image loading.

  • Open movie screen by clicking on list item https://www.cgv.vn/api/movie/movie/id/{movie_id} You can create your own design of this screen. . .

About

License:Apache License 2.0


Languages

Language:Java 100.0%