From 77fbec1789179ce128d777bf6cd5bef83750a890 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Tue, 8 Dec 2020 20:18:08 +0100 Subject: Updated README --- README.md | 13 +++++++++++++ screenshots/1.png | Bin 0 -> 48024 bytes screenshots/2.png | Bin 0 -> 130697 bytes screenshots/3.png | Bin 0 -> 429494 bytes 4 files changed, 13 insertions(+) create mode 100644 screenshots/1.png create mode 100644 screenshots/2.png create mode 100644 screenshots/3.png diff --git a/README.md b/README.md index 76872f6..0cd9086 100644 --- a/README.md +++ b/README.md @@ -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 new file mode 100644 index 0000000..4ffd2b0 Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..ce07274 Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..6f30b17 Binary files /dev/null and b/screenshots/3.png differ -- cgit v1.2.3