It is a simple Image surfing app using the Unsplash Api.
- Using Images from Unsplash API
- Search for photos
- Zoom In
- Download Images
- Continuous network checking
- Random Images
Homepage | Search result | Opening an Image | Random Images |
com.mihir.imageSurfing # Root Package
.
├── adapter # RecyclerView adapter.
├── api # For Retrofit to get data.
├── helper # helper class for network monitoring.
├── model # Model classes for saving data.
├── ui # UI/View layer.
All contributions are welcomed, Properly describe changes made and attach supporting ScreenShots in the PR. For major changes first open an issue.
Initial work: Mihir Shah