Android Jetpack

ROOM 외에 데이터 저장소에 대해서 알아보기(SharedPreference - 2)

----___<<<<< 2023. 2. 10. 01:59

 

 

 

 

 

 

-- 참고

 

 

https://developer.android.com/training/data-storage/shared-preferences?hl=ko 

 

키-값 데이터 저장  |  Android 개발자  |  Android Developers

키-값 데이터 저장 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 저장하려는 키-값 컬렉션이 비교적 작은 경우 SharedPreferences API를 사용해야 합니다. SharedPre

developer.android.com

 

 

https://github.com/lazdayid/kotlin-android-shared-preferences

 

GitHub - lazdayid/kotlin-android-shared-preferences: Simple Login Session with Shared Preferences Kotlin Android

Simple Login Session with Shared Preferences Kotlin Android - GitHub - lazdayid/kotlin-android-shared-preferences: Simple Login Session with Shared Preferences Kotlin Android

github.com

 

 

https://leveloper.tistory.com/133

 

[Android] SharedPreferences 간단하게 사용하기 (Kotlin)

안드로이드 앱을 개발하면서 데이터를 저장하는 방법으로는 여러 가지가 있는데, 오늘은 그중 하나인 SharedPreferences를 사용하는 방법을 알아볼 것이다. SharedPreferences란? SharedPreferences는 간단한

leveloper.tistory.com