Hello guys, I'm planning to create an endless scroll-view and I've found this Paging library from the Jetpack, looks very interesting but I do not get one thing, I'm used to from the repository do the mapper to the domain object, so from the use-case/inter-actor I have the domain object already done because I map it on the repository layer, my question is, dis data source that I have to create and this
PageKeyedDataSource
where is the correct layer to use it? Because I have to pass an object and don't know if it's the domain object or the response from retrofit.