-
Android Movie App Overview & Intro 1
-
Creating Single Movie Details Activity 6
-
Lecture2.1
-
Lecture2.2
-
Lecture2.3
-
Lecture2.4
-
Lecture2.5
-
Lecture2.6
-
-
Creating Popular Movie Activity 5
-
Lecture3.1
-
Lecture3.2
-
Lecture3.3
-
Lecture3.4
-
Lecture3.5
-
Android Movie App MVVM | REST API and Kotlin Data Class
,
Download The Source Code: MovieMVVM 2.6 – end of section 2 – video 2.6
In this tutorial series, we’re building an android movie app that will fetch, movie list from a REST API.
Using:
- Kotlin
- MVVM architectural pattern
- Paging library for Pagination
- RxJava
- Retrofit
- themoviedb.org REST API
1 Comment
Hi. This course is awesome. I have a question. What should I change in Data Source classes in order to get other data? for example here we got popular movies. what if I want to get top rated movies? should I create another data source class and also another view model and repository class? I think not but I don’t know how to do it. can you help me?