movie app with swift lang
Movie application fetching data from moviedb and navigating detail page with id learning swift...
- MVVM Design Pattern
- URLSession
- Kingfisher
- No storyboard *XiB
GET https://api.themoviedb.org/3/trending/all/day?api_key=***********" -> getting trending movies
GET https://image.tmdb.org/t/p/w500/ -> for images
Intro | Main | Detail |
---|---|---|