Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have data in my Firebase realtime database that I want to query and show in my Recyclerview, but I am confused on how to do this.

Database Structure:

enter image description here

For one activity I want to query only the markers node. This seems easy to do with FirebaseUI

For another activity I want to query all routes and all markers. So each row in my recyclerview consist of: startDestination and endDestination of one route, the addresses and times of the markers connected to that route

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
199 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...