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

https://github.com/interviewstreet/mobile-kotlin-starter-code


https://github.com/interviewstreet/mobile-kotlin-starter-code

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# HackerRank Kotlin Android

### Build and Run Project
`Click: Run > Build & Run`

## Relevant Files:

### Java: Update the logic of the app
```
- src/main/java/com/hackerrank/starter/MainActivity.kt
```

### Layout: Update the visual layout of the app
```
- src/main/res/layout/activity_main.xml
```

### Theming: Update the theme of the app
```
- src/main/res/values/colors.xml
```

### Dependencies
```
- app/build.gradle
```