Skip to content

Instantly share code, notes, and snippets.

View jinukeu's full-sized avatar
🪨
무너지고 단단해지기를 반복하는 중

이진욱 jinukeu

🪨
무너지고 단단해지기를 반복하는 중
View GitHub Profile
@Zhuinden
Zhuinden / BasicTextFieldWithCursorAtEnd.kt
Last active January 5, 2026 09:28
A Compose TextField that initializes the cursor position at the end of the text, rather than the start, when focused without tapping the TextField manually.
/*
* Copyright 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@YeeunLee8245
YeeunLee8245 / Jetpack-Navigation.md
Last active May 4, 2023 09:34
Jetpack-Navigation 개념 정리

JetPack Navigation

  • App에 Activity가 여러개 있다면 각 Activity 당 하나의 NavGraph를 가져야함

  • androidx.fragment.app.FragmentContainerView

    <androidx.fragment.app.FragmentContainerView
            android:id="@+id/nav_host_fragment"

android:name="androidx.navigation.fragment.NavHostFragment"