An Android application that uses the Pixabay API to browse, search, and download images.
- 🔍 Search images using keywords
- 🎨 Filter images by category and color
- ⬇️ Download images
- 🔄 Swipe to refresh content
- 🔍 Pinch-to-zoom on image previews
- 💾 Efficient image loading and caching
- 📱 Responsive UI
- Volley – Networking
- Gson – JSON parsing
- Glide – Image loading
- AndroidX SwipeRefreshLayout – Pull to refresh
- CircleImageView – Circular images
- Zoomy – Image zoom gestures
- Flexbox Layout – Flexible UI design
![]() |
![]() |
![]() |
---|---|---|
![]() |
![]() |
![]() |
- Android Studio
- Minimum SDK: 28 (Android 9)
- Clone the repository:
git clone https://github.com/ahmadrezagh671/Pixabay_Android_App.git
- Open the project in Android Studio.
- Add your Pixabay API key in local.properties:
Pixabay_API_KEY=371469............34f606
- Build and run the app on an emulator or device.
This project is licensed under the MIT License - see the LICENSE file for details.