koufa
10/25/2019, 10:00 AMID
and Name
. I am also storing a Place Entity with Room in SQLite. After that a user of the App can select a Place from a list and display some details about it. To do that I call Google Places API again to fetch Places Detail with the ID
of the Place selected. I have build the app around the clean architecture approach but I did not find yet a way to handle external ( Google Place) IDs. I don't want to put them in my domain model but I cannot figure out a way to skip that. How do you handle such cases?Eduard Boloș
10/25/2019, 4:30 PMEduard Boloș
10/25/2019, 4:31 PMkoufa
10/25/2019, 5:01 PMkoufa
10/25/2019, 5:02 PMNaveenkumar R
12/05/2019, 11:03 AM