This project contains the Kotlin code for the Android App Revive. The app is basically a diary and a dream diary with a search function and a photos function. I started this project to learn programming Android apps and Kotlin.
- Install Git
- Install Android Studio
- Clone this Git repository
- Open Android Studio and open the downloaded Git repository
- Create a virtual device (Google Pixel 7, Android 15, API 35) and run it
- Hit
ALT+Shift+F10to install and run the app on the virtual device
Take a look at the issues in this repository and assign them at your will. If you want to implement larger features, do this on a feature branch.
When commiting use the following style for the Git commit messages:
PREFIX: Description of change and why
Prefixes are:
| Prefix | Description |
|---|---|
| feat | a new feature |
| fix | a bug fix |
| docs | create/update documentation or comments |
| refactor | refactoring or formatting the code |
| chore | code maintenance, i.e., updating package versions or dependencies |
| style | feature and updates related to styling |
| test | adding new tests, refactoring tests |
| perf | code improved in terms of processing performance |
| wip | for work in progress, PLEASE USE RARELY! |
Revive © 2019 by Chris-Gabriel Islam is licensed under CC0 1.0 Universal.