Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 990 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 990 Bytes

Movies Application (VIPER/KOTLIN)

This application fetches the data via api and shows the listing and its details.

This application consist of 3 screens

Splash

Movies Listing

Movie Details

VIPER architecture pattern

In android development I used on manu architecture pattern like MVP,MVVM and VIPER.In this project I used the VIPER architecture pattern.

Used Library In This Project