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

https://github.com/monkey0722/ktunsplashapp


https://github.com/monkey0722/ktunsplashapp

Last synced: about 2 months ago
JSON representation

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