I have a list view, and i wan to show a alertdialog box which it will get the data from firebase when the listview is clicked. How can i do it?

前端 未结 0 1072
清酒与你
清酒与你 2020-12-02 15:24

final ArrayAdapter myArrayAdapter = new ArrayAdapter(getContext(),android.R.layout.simple_list_item_1,myArrayList); listView.setAdapter(myArrayAdapter);

    s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题