When programming Android, the question that what is the best design pattern for this problem is always in mind. Among the questions, it is most common that the best way to share data between activities. There are many solutions for this question.(http://stackoverflow.com/questions/4878159/android-whats-the-best-way-to-share-data-between-activities) I usually use a singleton class of the solutions.
I started a new project with Picasso first, but had a problem with the orientation of photos. Picasso didn't display a photo properly according to it's orientation. So I changed to Glide which solve the problem. Use 'Glide' if you want to be safe about photo's orientation,
댓글
댓글 쓰기