答案 0 :(得分:1)
基本上,这个想法是:
从firebase中获取数据作为列表。 https://firebase.google.com/docs/database/android/read-and-write
构建recyclerView:https://developer.android.com/guide/topics/ui/layout/recyclerview
数据库更改时捕获事件 https://firebase.google.com/docs/functions/database-events
显示通知 https://developer.android.com/training/notify-user/build-notification
此外,您还可以在互联网上找到大量有关此问题的教程 https://proandroiddev.com/firebase-database-paging-android-f59e6dd0dc75