diff options
-rw-r--r-- | README.md | 13 | ||||
-rw-r--r-- | screenshots/1.png | bin | 0 -> 48024 bytes | |||
-rw-r--r-- | screenshots/2.png | bin | 0 -> 130697 bytes | |||
-rw-r--r-- | screenshots/3.png | bin | 0 -> 429494 bytes |
4 files changed, 13 insertions, 0 deletions
@@ -1 +1,14 @@ # Liberavem + +A simple Android app for collecting bird observations. Made during Mobile Development elective course at Erhvervsakademi Sjælland. + +## Preview + +| ![Preview](./screenshots/1.png) | ![Preview](./screenshots/2.png) | ![Preview](./screenshots/3.png) | +| ------------------------------- | ------------------------------- | ------------------------------- | + +## Description + +The application allows saving bird observations with details such as time, location and population. It is possible to later browse your observations, as well as those made by other users. + +The app is written in Java with Android SDK. It connects to a REST API to save and retrieve data about birds and observations. The login and registration functionality is using Firebase. diff --git a/screenshots/1.png b/screenshots/1.png Binary files differnew file mode 100644 index 0000000..4ffd2b0 --- /dev/null +++ b/screenshots/1.png diff --git a/screenshots/2.png b/screenshots/2.png Binary files differnew file mode 100644 index 0000000..ce07274 --- /dev/null +++ b/screenshots/2.png diff --git a/screenshots/3.png b/screenshots/3.png Binary files differnew file mode 100644 index 0000000..6f30b17 --- /dev/null +++ b/screenshots/3.png |