Home h =(Home)MBurgerMapper.mapToCustomObject(section, fieldsMapping,newHome(),false);
7
return h;
8
}
Copied!
Once we have an array of homes, we can show them creating our own custom UI using the Android SDK. We can then do the same procedure for the gallery and news screens.