Latest in first blocks

I am storing some data in firebase and retrieving it in firebase RecyclerView. data is been displayed fine but I want to display data from bottom to top in myrecyclerview because latest added child will be added in the bottom and I wanted to show latest added child in top of myrecyclerview

you can call items using index means if you have 5 items call the item with index 5 first than 4 …like that

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.