CustomViews

– simple application to show list of last movies

– this application use Retrofit to get movies list from server

– this application use CustomViews Library for user interfaces

– to read CustomViews Article in Medium, click here

– In HomeScreen user found list of movies

– movies list contain 20 movie, when user scroll to the bottom, it load 20 more movies to the list

– user can use search in NavBar, user can search by movie name

– when click on movie, the details activity is opened

GitHub

View Github