꾸준히 안타치기

sharedpreference gson 본문

Android _ 서버연동_채팅/Android - study

sharedpreference gson

글자줍기 2021. 2. 2. 11:28
반응형

codinginflow.com/tutorials/android/save-arraylist-to-sharedpreferences-with-gson

 

Save ArrayList to SharedPreferences with GSON - Coding in Flow

In this video we learn, how we can save a List of custom Objects to Shared Preferences using Google’s GSON Library. For this purpose we will turn the ArrayList into a JSON and save it as a String using the putString method.

codinginflow.com

codechacha.com/ko/sharedpref_arraylist/

 

 

 

기본사용법 

humble.tistory.com/9

 

[안드로이드]SharedPreferences란?

SharedPreferences란? - 간단한 값 저장에 DB를 사용하기에는 복잡하기 때문에 SharedPreferences를 사용하면 적합하다. - 보통 초기 설정값이나 자동로그인 여부 등 간단한 값을 저장하기 위해 사용한다. -

humble.tistory.com

choidev-1.tistory.com/70

 

(안드로이드) 내부저장소 접근하기

안녕하세요~ 초이입니다 안드로이드 내부 저장소를 열어서 내부를 보는 방법을 소개하려고 합니다. 내부저장소에는 다양한 데이터를 저장할 수 있습니다. 1. 로컬 DB 2. SharedPreference 3. cahce 파일 4

choidev-1.tistory.com

 

 

 

이미지 저장위치 가지고 있기 쉐어드 프리퍼런스

youtu.be/P5jDe7NogAM

 

반응형
Comments