Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/intellltech/mavelapp-kotlin
- Owner: intellltech
- Created: 2024-11-20T12:39:42.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T12:40:53.000Z (2 months ago)
- Last Synced: 2024-12-05T16:34:00.876Z (about 2 months ago)
- Language: Kotlin
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)