profile
https://github.com/nohjunh

Jetpack Compose

작성중

2023년 3월 4일
·
0개의 댓글
·

The activity lifecycle

This predictable sequence of lifecycle callbacks allows you to manage the transition of information from one activity to another.

2023년 2월 15일
·
0개의 댓글
·

Repository Pattern

Repository Pattern은 App의 나머지 부분으로부터 Data Layer를 격리하는 디자인 패턴.

2023년 2월 14일
·
0개의 댓글
·

Hilt

https://developer.android.com/training/dependency-injection/hilt-androidHilt프로젝트에서 boilerplate of doing manual dependency injection를 줄이는 android

2023년 2월 12일
·
0개의 댓글
·

Dependency Injection

https://tecoble.techcourse.co.kr/post/2021-04-27-dependency-injection/DI(dependency injection):A클래스가 실행되기 위해서는 B클래스의 인스턴스가 있어야 함.이러한 경우 A클래스는 B클래

2023년 2월 12일
·
0개의 댓글
·

Flow

https://velog.io/@eoqkrskfk94/%EC%BD%94%EB%A3%A8%ED%8B%B4-Channel%EC%B1%84%EB%84%90-Flow%ED%94%8C%EB%A1%9C%EC%9A%B0

2023년 2월 8일
·
0개의 댓글
·

LiveData

LiveDatahttps://velog.io/@eoqkrskfk94/LiveData%EC%99%80-Flowobservable data holder = 관찰 가능한 데이터 홀더data가 변경될 때마다 알림을 받음Flow와는 달리 lifecycle을 인식해 Ac

2023년 1월 11일
·
0개의 댓글
·

WorkManager

https://developer.android.com/topic/libraries/architecture/workmanager?hl=ko

2023년 1월 10일
·
0개의 댓글
·

RecyclerView

https://developer.android.com/jetpack/androidx/releases/recyclerviewhttps://developer.android.com/guide/topics/ui/layout/recyclerview?hl=koh

2023년 1월 8일
·
0개의 댓글
·

Coil

https://coil-kt.github.io/coil/https://coil-kt.github.io/coil/getting_started/https://velog.io/@jojo_devstory/Android-이미지-로딩-라이브러리-Coil

2023년 1월 4일
·
0개의 댓글
·

MVVM

MVVMModel-View-View Model

2023년 1월 4일
·
0개의 댓글
·

Room

https://developer.android.com/training/data-storage/room?hl=kohttps://todaycode.tistory.com/39Room데이터를 로컬에 유지하는 기능을 제공하는 Library스마트폰 로컬 DB에

2023년 1월 3일
·
0개의 댓글
·

REST API

https://www.freecodecamp.org/korean/news/rest-api-mobeom-sarye-rest-endeupointeu-seolgye-yesi/https://kinsta.com/knowledgebase/api-endpoint/

2023년 1월 2일
·
0개의 댓글
·

Retrofit

https://square.github.io/retrofit/https://salix97.tistory.com/204

2023년 1월 1일
·
0개의 댓글
·

Coroutines

https://developer.android.com/kotlin/coroutineshttps://inf.run/gFt8CoroutinesAndroid의 비동기 프로그래밍에 권장되는 Solution코루틴= 비동기적으로 실행되는 코드를 간소화하는 동시

2022년 12월 30일
·
0개의 댓글
·

@Annotation

클래스 or 메소드 위에 붙여서 사용 -> 컴파일 되거나 실행될 때 어노테이션 값에 따라 클래스 or 메소드가 좀 더 다르게 실행되게끔 함. 소스코드에 메타-데이터를 제공하는 기능 -> 추가정보 제공메타 데이터 -> 컴파일, 실행 단계에서 data를 처리방식에 대한 추

2022년 12월 30일
·
0개의 댓글
·

Why is useState not triggering re-render?

https://stackoverflow.com/questions/56266575/why-is-usestate-not-triggering-re-render스프레드 문법을 활용해 object를 새로 만들어 state를 변경하는 것이 아닌,참조값 복사 -> 변경으로

2022년 12월 29일
·
0개의 댓글
·

Web Storage

https://ko.javascript.info/localstoragehttps://velog.io/@hs0217/%EC%BF%A0%ED%82%A4-%EB%A1%9C%EC%BB%AC-%EC%8A%A4%ED%86%A0%EB%A6%AC%EC%A7%80-%

2022년 12월 29일
·
0개의 댓글
·

How to add opacity feedback to Pressable component?

https://stackoverflow.com/questions/68413202/react-native-how-to-add-opacity-feedback-to-pressable-component

2022년 12월 28일
·
0개의 댓글
·

Coding Test Basic #Good Code

https://covenant.tistory.com/141Good Code -Good Code -Good Code -

2022년 12월 28일
·
0개의 댓글
·