Android Paging Library livedata is triggered before api call
It's been 2 days I'm trying to learn how to use the new Paging Library with the Kotlin Language (first time too)
So I've read many guide / tutorial and Github repo for implementing this paging library and basically my trouble is my LiveData inside my ViewModel is trigger before my api call is ending and I don't know why
logcat :
D/DataSourceFactory: : create()
D/SequentialDataSource: loadInitial:
D/Interceptor: https://api.themoviedb.org/3/discover/movie?api_key=??
D/MainFragment: :...