https://github.com/strvcom/android-academy-2022
https://github.com/strvcom/android-academy-2022
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strvcom/android-academy-2022
- Owner: strvcom
- Created: 2022-02-17T09:14:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T15:29:33.000Z (over 2 years ago)
- Last Synced: 2025-03-23T20:22:06.087Z (about 1 year ago)
- Language: Kotlin
- Size: 254 KB
- Stars: 5
- Watchers: 13
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Academy 2022
## 1. Project Setup
### 1.1 Set system environment variables
TMDB_API_KEY=
TMDB_USER_NAME=
TMDB_PASSWORD=
On Mac (with ZSH)
- edit `~/.zshenv`
- apply by `exec zsh`
- verify by `echo $TMDB_API_KEY`
### 1.2 In app directory add local files
It is not good practice to have such files as a part of the repository (even private).
Thus those files are excluded in .gitignore and will be available locally only.
#### 1.2.1. gradle.properties
With keystore credentials (use the same password for keystore and key):
KEYSTORE_PASSWORD=WriteYourKeystorePassword
KEY_PASSWORD=WriteYourKeystorePassword
ALIAS=android-academy-2022
#### 1.2.2 android-academy-2022.keystore
Generate file from menu
Build -> Generate Signed Bundle -> App Bundle