iamsafidev / android-basic-skeleton

Basic android app configurations for start develop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov Quality Checks

Android Basic Skeleton

This is basic android project with essential configurations for app develop in android.

Verification

Run check project:

> ./gradlew check

Run tests project:

> ./gradlew test

DeteKt

> ./gradlew :app:detekt

Coverage

Debug:

> ./gradlew :app:testDebugUnitTestCoverage

Release:

> ./gradlew :app:testReleaseUnitTestCoverage

Firebase

Create your Firebase project, check here: https://firebase.google.com/docs/android/setup

Dependencies

Below you will find the libraries used to build the template and according to my criteria the most used in android development so far.

About

Basic android app configurations for start develop.


Languages

Language:Kotlin 100.0%