https://github.com/monkey0722/ktunsplashapp
https://github.com/monkey0722/ktunsplashapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monkey0722/ktunsplashapp
- Owner: monkey0722
- Created: 2023-11-10T11:26:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T03:53:51.000Z (over 2 years ago)
- Last Synced: 2025-03-16T01:42:56.541Z (over 1 year ago)
- Language: Kotlin
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learning Jetpack Compose
### Compose
- https://developer.android.com/jetpack/compose/navigation?hl=ja
- https://developer.android.com/jetpack/compose/side-effects?hl=ja#launchedeffect
- https://developer.android.com/reference/kotlin/androidx/compose/ui/focus/FocusRequester
### Libraries
- https://github.com/coil-kt/coil
- https://github.com/square/moshi
### ktlint
- https://pinterest.github.io/ktlint/latest/install/cli/
- https://github.com/JLLeitschuh/ktlint-gradle
#### Commands
```
ktlint --format
# or
ktlint -F
```
```
./gradlew ktlint
./gradlew ktlintCheck
```
### Plugins
- https://plugins.jetbrains.com/plugin/9960-json-to-kotlin-class-jsontokotlinclass