https://github.com/interviewstreet/mobile-kotlin-starter-code
https://github.com/interviewstreet/mobile-kotlin-starter-code
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/interviewstreet/mobile-kotlin-starter-code
- Owner: interviewstreet
- Created: 2022-02-04T11:59:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T12:01:41.000Z (over 4 years ago)
- Last Synced: 2025-06-05T23:09:06.028Z (about 1 year ago)
- Language: Kotlin
- Size: 132 KB
- Stars: 1
- Watchers: 39
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```