Skip to content

AASF-IIITM/AndroidDB

 
 

Repository files navigation

AndroidDB

This project comprises of an android app which loads data from firebase database and displays it in RecyclerView.

The data is stored in following hierarchy

                    --users
                      |--data
                         |--id
                            |--name
                            |--age
                            |--timestamp
  • The data is loaded in RecyclerView in descending order of timestamp ( Collections.reverse(list); is used)
  • The database only maintains ten latest data. So a firebase function is deployed which deletes the old data and maintains the latest ten data. The function is functions/index.js

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.8%
  • JavaScript 6.2%