minzero31 / MadCamp-1week-Android

0 stars 0 forks source link

[Error] 안드로이드 깃 push 오류 #22

Closed hado68 closed 2 days ago

hado68 commented 2 days ago

문제 상황 : image를 기기 내장 갤러리에서 업로드하고, 그걸 imageview에 띄우는 과정에서 uri로 연결된 image는 업로드 할 수 없다는 것을 깨닳음

해결 방법: glide를 이용해서, uri와 image의 경우에 따라 각각 업로드 하였다.