Relative Content

Tag Archive for androidfirebase-realtime-databaseandroid-recyclerviewfragment

I am retrieving a food item from cloud and display in my cart fragment but it does not show up

I am making an food ordering app where the food item added to the cart from the menu is stored in cloud and is then retrieved by the cart fragment but the code seems fine but item does not show up in cart fragment. When running the application, I am sharing the cart Fragment, cart Adapter,
cart Item and menu item data class. Any help will be appreciated. I am following a tutorial.