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

Room에 Bitmap 그대로 저장함 #19

Open
Cotidie opened this issue Feb 5, 2022 · 0 comments
Open

Room에 Bitmap 그대로 저장함 #19

Cotidie opened this issue Feb 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Cotidie
Copy link
Owner

Cotidie commented Feb 5, 2022

문제

현재 폴더 사진, 링크 사진 이미지를 ByteArray로 변환하여 Room에 저장하고 있음. 링크나 폴더 CRUD 때 큰 용량의 ByteArray를 다루므로 성능에 영향을 주므로 개선이 필요하다.

해결책

원본 이미지를 앱 전용 폴더에 복사한 후, Uri를 저장하게끔 개선 가능

@Cotidie Cotidie added enhancement New feature or request data labels Feb 5, 2022
@Cotidie Cotidie removed the data label Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant