sberoch / RickAndMorty-AndroidArchitectureSample

A Rick And Morty simple app to show one approach to using some of the best practices in Android Development.
Apache License 2.0
452 stars 134 forks source link

question #7

Open salimsupplement opened 3 years ago

salimsupplement commented 3 years ago

hello, this is a nice repo and i have question for you

Is it possible mapping data in DataAccessStrategy.kt like ServiceUser to ViewUser. In my project, there are so many redundant data and i don't want to save in database. That's why i wanna map it automatically.