-
Notifications
You must be signed in to change notification settings - Fork 0
Home
EL MELLOUKI HAMZA edited this page Jun 8, 2026
·
1 revision
Welcome to the official documentation for SORA.
SORA is a lightweight Android image loading library designed for speed, reliability, and simplicity. It provides efficient image loading, memory and disk caching, SVG support, request management, and modern Android compatibility while maintaining a straightforward API.
- Memory and disk caching
- HTTP and HTTPS image loading
- SVG rendering support
- Animated drawable support
- Smart image resizing and downsampling
- Request cancellation and tagging
- RecyclerView-safe image loading
- Loading state observation
- Memory trimming support
- Lightweight and easy integration
| Requirement | Value |
|---|---|
| Android API | 21+ |
| Target SDK | 34 |
| Java | 8+ |
| Recommended | Java 11 |
New to SORA?
Start here:
- Installation
- Quick Start
- Request Builder
- Cache Management
- Installation
- Quick Start
- Image Loading
- Placeholders and Error Drawables
- SVG Support
- Animated Images
- Request Cancellation
- Verification Keys
- ImageLoadObserver
- Memory Cache
- Disk Cache
- Memory Trimming
- Best Practices
- ImageLoader
- ImageLoadState
- LoadError
- API Reference
Practical examples are available for:
- Basic Image Loading
- RecyclerView Integration
- SVG Rendering
- Cache Management
- Error Handling
Current stable release:
v1.0.5
Dependency:
implementation "com.github.EKITEAM:SORA:1.0.5"
Found a bug or have a feature request?
- Open an Issue
- Start a Discussion
- Submit a Pull Request
Contributions of all sizes are welcome.
- GitHub Repository
- Releases
- JitPack Package
- Apache License 2.0
SORA focuses on delivering a modern image loading experience for Android while remaining lightweight, predictable, and easy to integrate into existing Java-based projects.
SORA — Light up your images.