Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key-Value쌍 데이터 저장을 위한 DataStore 관련 코드 작성 #19

Open
DongJun-H opened this issue Mar 21, 2022 · 0 comments
Open
Assignees
Labels
feature 새로운 기능
Milestone

Comments

@DongJun-H
Copy link
Collaborator

내용

  • Key-Value쌍의 데이터를 저장할 때 기존의 SharedPreferences 대신 Jetpack DataStore을 이용하여 작업하고자 합니다.
  • 복잡한 데이터가 아닌 단순한 key-value 쌍의 데이터를 저장하고자하는 목적이기에 Preferences DataStore만 고려될 예정입니다.
  • 기존에 DataStore 개발자 문서에서 제공하는 작업 방식의 불편함을 확장 함수 작성 등을 통하여 해소하고자 합니다.
@DongJun-H DongJun-H added the feature 새로운 기능 label Mar 21, 2022
@DongJun-H DongJun-H added this to the v1.0.0 milestone Mar 21, 2022
@DongJun-H DongJun-H self-assigned this Mar 21, 2022
@DongJun-H DongJun-H changed the title Key-Value쌍 데이터 저장을 위한 Preferences DataStore Key-Value쌍 데이터 저장을 위한 DataStore 관련 코드 작성 Mar 21, 2022
@ethan-223 ethan-223 moved this to Todo in 모여런 Mar 25, 2022
DongJun-H added a commit that referenced this issue Jul 17, 2022
[#19] Key-Value쌍 데이터 저장을 위한 DataStore 관련 코드 작성
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능
Projects
Status: Todo
Development

No branches or pull requests

1 participant