profile
https://github.com/nohjunh

Room

https://developer.android.com/training/data-storage/room?hl=ko https://todaycode.tistory.com/39 https://math-coding.tistory.com/247 https://developer.android.com/codelabs/android-room-with-a-view-kotlin#0 *중요 https://medium.com/슬기로운-개발생활/안드로이드-room-사용법-1b7bd07b4cee Room 데이터를 로컬에 유지하는 기능을 제공하는 Library 스마트폰 내 로컬 DB에 데이터를 저장하고 유지할 때 사용하는 라이브러리 오프라인 상태여도 사용자가 콘텐츠를 탐색할 수 있도록 데이터 캐시작업 수행 원활한 Database Access가 가능하도록 SQLite 추상화 계층 제공 -> SQLite보다 활용성 향상 ORM Library (Object Re

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

Retrofit

https://square.github.io/retrofit/ https://github.com/square/retrofit https://todaycode.tistory.com/38 https://salix97.tistory.com/204 https://galid1.tistory.com/501 https://velog.io/@jeongminji4490/Android-Retrofit Retrofit Server Client 간 HTTP communication을 위한 Library Android에서 HTTP communication 지원 OKhttp -> 개선 -> Retrofit 보통 아래 3가지로 클래스 구조 형성 DTO data class http setting interface Retrofit instance DTO Data Transfer Object 계층 간 데이터 교환을 위해

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