Updating Firebase records that are displayed in an Android ListView
问题 So far, I have been able to display my Firebase records for node maintenance in an Android ListView . However, there is one part of these records that I wish to update. When clicking on a record, an AlertDialog dialog will appear with a spinner ( spinnerProgress ). By changing the option on this spinner and clicking an OK 'button', then the ListView and of course the Firebase database will update. * EDIT * So, I have progressed with this problem a bit. When I click my buttonUpdateProgress ,