Sagar Suri
01/20/2020, 8:39 AMJSONArray
from the remote data source. For simplicity the JSONArray
consist of a list of the following `JSONObject`:
{
"id": 1,
"type": "city",
"url": "<http://xyz.com/berlin.png>",
"section": "world",
}
In my UI I want to show only list of Images. My UI should not get all a model which consist of URL
. In which layer should I use a mapper to convert the ModelEntity
to a Model
which consists of URL
only?Francisco Javier Ruiz Rodriguez
01/20/2020, 8:53 AMSagar Suri
01/20/2020, 8:57 AMFrancisco Javier Ruiz Rodriguez
01/20/2020, 9:00 AMSagar Suri
01/20/2020, 9:05 AMpresenter
and usecase
now.turastory
01/20/2020, 9:33 AMSagar Suri
01/20/2020, 9:35 AMturastory
01/20/2020, 9:38 AMFrancisco Javier Ruiz Rodriguez
01/20/2020, 9:56 AMHitender Pannu
01/22/2020, 5:41 AM