꾸준히 안타치기
sharedpreference gson 본문
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/
기본사용법
[안드로이드]SharedPreferences란?
SharedPreferences란? - 간단한 값 저장에 DB를 사용하기에는 복잡하기 때문에 SharedPreferences를 사용하면 적합하다. - 보통 초기 설정값이나 자동로그인 여부 등 간단한 값을 저장하기 위해 사용한다. -
humble.tistory.com
(안드로이드) 내부저장소 접근하기
안녕하세요~ 초이입니다 안드로이드 내부 저장소를 열어서 내부를 보는 방법을 소개하려고 합니다. 내부저장소에는 다양한 데이터를 저장할 수 있습니다. 1. 로컬 DB 2. SharedPreference 3. cahce 파일 4
choidev-1.tistory.com
이미지 저장위치 가지고 있기 쉐어드 프리퍼런스
'Android _ 서버연동_채팅 > Android - study' 카테고리의 다른 글
저장하기 / 저장된 sharedpreference/ 다시 불러오기 (0) | 2021.02.07 |
---|---|
Json 사용법 (0) | 2021.02.02 |
Activity 생명주기 simple (0) | 2021.01.10 |
Acitivity 라이프사이클 (0) | 2021.01.10 |
안드로이드란? (0) | 2021.01.07 |