Skip to content

Instantly share code, notes, and snippets.

View AkkeyLab's full-sized avatar

Akio Itaya AkkeyLab

View GitHub Profile
@satoshun
satoshun / jetpack_compose_keyboard.md
Last active December 18, 2022 13:26
Jetpack Compose キーボード少しめも

LocalSoftwareKeyboardController, FocusRequester の2クラスを使う

キーボードのshow/hide

LocalSoftwareKeyboardControllerを取得して、show/hideメソッドをコールする

@Composable
fun sample() {
 val keyboardController = LocalSoftwareKeyboardController.current
@zeero
zeero / .gitignore
Last active April 18, 2025 08:10
Auto-generate mermaid class diagram powered by Sourcery
class_diagram.md
@kalupas226
kalupas226 / JapaneseTCA.md
Last active June 19, 2024 05:11
A Japanese translation of The Composable Architecture's README.md

The Composable Architecture

CI Slack

The Composable Architecture (省略すると TCA) は、コンポジション、テスト、開発者にとっての使いやすさを考慮し、一貫性のある理解しやすい方法でアプリケーションを構築するためのライブラリです。SwiftUI、UIKit などで使用することができ、Apple のどのプラットフォーム (iOS, macOS, tvOS, watchOS) でも使用