Added activity to view the remote database data - needs to point to a (not yet written) ReactJS based page - just shows the API raw data at the moment.

This commit is contained in:
Graham Jones
2022-01-05 19:49:23 +00:00
parent 58a62d1469
commit 5d9f920b2c
8 changed files with 239 additions and 71 deletions

View File

@@ -298,4 +298,5 @@
<string name="remote_database">Remote Database</string>
<string name="num_local_events">Number of Stored Events: </string>
<string name="num_local_datapoints">"Number of Stored Datapoints: "</string>
<string name="view_remote_db_btn">View Remote DB Data</string>
</resources>