Closed steven7mwesigwa closed 4 years ago
[Same problem here. Did you manage to resolve this?]
Update, this fixed it for me
" UPDATE....
there seems to be a line of code right above "updateUi(earthquakes);". That line reads...."mAdapter.addAll(earthquakes);", but it is commented out.
if you un-comment that line and comment out the updateUi line the application will load. It seems to be working fine. I can see earthquake info that is consistent with the site info."
replace
updateUi(earthquakes);
with
mAdapter.addAll(earthquakes);
As per the course, a few chapters ago.
Where is the definition for updateUi().