Android studio remove items from both listview and firebase
问题 I'm trying to remove items from both listview and firebase in android studio. When I remove items from the firebase console, it automatically removes items from listview. However I want to remove items from the listview first, and want this changes to be reflected on the database. public class PreferActivity extends AppCompatActivity { //Firebase Var private DatabaseReference mDatabase; //Android Layout private Button btnAdd; private EditText etText; private ListView listView; //Array list