Not Getting Data From Firebase on ListView With FirebaseListAdapter
问题 The Problem with this code is that the data is not showing in listview and the app is also not showing any error. I am initializing this model class from some other activity, so please any one can give me suggestion about what would be the real problem. public class FireBaseListAdapter extends AppCompatActivity { private ListView mlistview; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_fire_base_list_adapter