데이터바인딩
https://salix97.tistory.com/243
[Android] 안드로이드 - Data Binding 데이터 바인딩이란 ?
1. data binding 이란? 1. data binding 의 사전적 의미 binding 은 bind 의 현재분사형으로, bind란 단어의 사전적 의미는 다음과 같다. 즉, data binding 이라는 단어는 한국어로 "데이터 묶기" 정도의 의미로 해
salix97.tistory.com
https://developer.android.com/codelabs/android-databinding#0
Data Binding in Android | Android Developers
In this codelab you’ll learn how to use the Data Binding library. The Data Binding Library allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically. You’ll learn to set it all
developer.android.com
View Model
ViewModel이란 무엇인가? ViewModel 초보를 위한 가이드
ViewModel이란?
charlezz.medium.com
Repository Pattern
https://eunjin3786.tistory.com/198
[Design Pattern] Repository패턴이란
[1] Repository 패턴이란 데이터 출처(로컬 DB인지 API응답인지 등)와 관계 없이 동일 인터페이스로 데이터에 접속할 수 있도록 만드는 것을 Repository 패턴이라고 합니다. - viewModel 밑에 Repository라는 lay
eunjin3786.tistory.com
MVVM
[Android] MVVM 패턴과 적용방식
[Android] MVVM 패턴과 적용방식
velog.io
'콤퓨타 > 안드로이드' 카테고리의 다른 글
Remember와 State에 대한 이해 (MutableState, etc) (0) | 2024.08.01 |
---|---|
android build설정에 대해 알아보기 (0) | 2024.03.09 |
News API 를 활용한 뉴스 어플리케이션 프로젝트 (3) Splash screen 적용하기 (1) | 2024.02.11 |
News API 를 활용한 뉴스 어플리케이션 프로젝트 (2)_Retrofit 적용하기 (0) | 2024.01.31 |
News API 를 활용한 뉴스 어플리케이션 프로젝트 (1) (0) | 2024.01.10 |