An open API service indexing awesome lists of open source software.

https://github.com/robertene1994/lostpets-android

Android application for lost pets ads.
https://github.com/robertene1994/lostpets-android

ad android kotlin lost lostpets pets

Last synced: 3 months ago
JSON representation

Android application for lost pets ads.

Awesome Lists containing this project

README

        


LostPets: Lost Pets Ads System
LostPets: Lost Pets Ads System 🐾





### This is a Kotlin application for lost pets ads (my master's thesis) built for Android. The Web application is available at [LostPets](https://lostpets-web.herokuapp.com).

#### Code Quality 🔍

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=robertene1994_lostpets-android&metric=alert_status)](https://sonarcloud.io/dashboard?id=robertene1994_lostpets-android)

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=robertene1994_lostpets-android&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=robertene1994_lostpets-android) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=robertene1994_lostpets-android&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=robertene1994_lostpets-android) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=robertene1994_lostpets-android&metric=security_rating)](https://sonarcloud.io/dashboard?id=robertene1994_lostpets-android)

[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=robertene1994_lostpets-android&metric=bugs)](https://sonarcloud.io/dashboard?id=robertene1994_lostpets-android) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=robertene1994_lostpets-android&metric=code_smells)](https://sonarcloud.io/dashboard?id=robertene1994_lostpets-android) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=robertene1994_lostpets-android&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=robertene1994_lostpets-android)

#### DevOps (CI/CD) ☁

[![DevOps (CI)](https://github.com/robertene1994/lostpets-android/workflows/DevOps%20(CI)/badge.svg)](https://github.com/robertene1994/lostpets-android/actions?query=workflow%3A%22DevOps+%28CI%29%22) [![DevOps (CD)](https://github.com/robertene1994/lostpets-android/workflows/DevOps%20(CD)/badge.svg)](https://github.com/robertene1994/lostpets-android/actions?query=workflow%3A%22DevOps+%28CD%29%22)

## Installation 🔧

To install this application you can use [Gradle](https://gradle.org/).

```bash
gradlew build
```

## Scripts 📜

### `gradlew ktlintCheck`

Runs the Kotlin linter.

### `gradlew lint`

Runs the Android linter.

### `gradlew test`

Launches the test runner in the interactive watch mode.

### `gradlew assemble`

Builds the app for production to the `app/build/outputs/apk` folder. The app is ready to be installed on Android devices!

## License 🔑

[![MIT](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)