Hello,
if I have for instance an app showing hotels it might come to a situaition where I have live data and static data. Live data could be how many rooms are available at the moment, ... etc Static data could be address etc. Those are then delivered by two different systems ie. in two different xml files. How do I safely merge those data into one data to be displayed in my app? The two systems do not know about eachother and the only thing known is the name of the hotel, wicht does not seem to be a very safe ID... The live data may be updated during the app-run and the static data are only fetched once on start up. This is not a real case, but I am interested in how to solve this properly...
Thanks in advance!
MACloop
if I have for instance an app showing hotels it might come to a situaition where I have live data and static data. Live data could be how many rooms are available at the moment, ... etc Static data could be address etc. Those are then delivered by two different systems ie. in two different xml files. How do I safely merge those data into one data to be displayed in my app? The two systems do not know about eachother and the only thing known is the name of the hotel, wicht does not seem to be a very safe ID... The live data may be updated during the app-run and the static data are only fetched once on start up. This is not a real case, but I am interested in how to solve this properly...
Thanks in advance!
MACloop