Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/intellltech/mavelapp-kotlin

This app has purpose to show kotlin good practice
https://github.com/intellltech/mavelapp-kotlin

Last synced: 22 days ago
JSON representation

This app has purpose to show kotlin good practice

Awesome Lists containing this project

README

        

# MavelApp

This app has purpose to show kotlin good practice

## Installation

### Pre-requeriment
Android Studio 3.+ or later

### Step by Step

1. Get a public key and private key at [Marvel Develop](https://developer.marvel.com/)
2. Open add your public key and private key on gradle.properties
```bash
marvelPublicKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
marvelPrivateKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```
3. Run `Sync Project with Gradle File``
4. Run app on your device or emulator

## Docs

**Lint Report:** [link](https://htmlpreview.github.io/?https://github.com/douglas-queiroz/MavelApp/blob/master/Docs/lint-results.html)