home..
Responsive Android Shelter Animal Tracking App (Kotlin, Android Studio)
Mia Vrhovnik / May 2023 (40 Words, 1 Minutes)
Android
Kotlin
Java
Android Studio
Google Maps API
FULL SOURCE CODE:
- The project is an Android app that allows users to track shelter animals and their location.
- It was built with the purpose of learning Kotlin and Android Studio and how to use it’s many features.
- It features a modern and user-friendly UI, made with Material Design, common elements like barriers, animations, recycler views, notifications etc.
- It has integrated Google Maps API, which allows the user to see the location of the animals on the map (currently random locations - markers).
Map Page

At the start of the app the user is greeted with a map page, where they can see the shelters, the user then click on one and can add the animal to it.
Edit/Add Animal

This page allows the user to add an animal to the shelter, they can also edit the animal’s details, like name, age, breed, etc.
Animal List

This page displays a recycler view of all the animals in the shelter, the user can click on one and edit it and long click to prompt a delete dialog.