How to implement custom device photos gallery for android?
问题 I'm working on android application that will have basic image gallery functionality included. I've managed to build activity that fetches list of photos from my application backend API and render them in android gridview within activity layout. This is how it looks like at the moment: However I'm having difficulties to build same gallery experience for user's device photos that were taken by camera and stored on device. Two solutions I considered were: Building my own image gallery. Starting