빠른 시작
스크린샷
| BlurView | BlurButtonView | ProgressiveBlurView |
|---|---|---|
![]() | ![]() | ![]() |
| BlurTitleBarView | BlurSwitchButtonView | BlurBottomNavigationView |
|---|---|---|
![]() | ![]() | ![]() |
프로젝트 요구 사항
| 최소 SDK | 컴파일 SDK | Java 버전 |
|---|---|---|
API 21+ | API 34+ | Java 11+ |
통합
의존성 추가 v1.1.3
모듈의 build.gradle 파일에 의존성을 추가합니다:
groovy
dependencies {
// Core Library (Required)
implementation 'com.qmdeve.blurview:core:1.1.3'
// Navigation Support (Optional)
implementation 'com.qmdeve.blurview:navigation:1.1.3'
// Image Loading Transformations (Optional - Glide/Picasso)
implementation 'com.qmdeve.blurview:transform:1.1.3'
}kotlin
dependencies {
// Core Library (Required)
implementation("com.qmdeve.blurview:core:1.1.3")
// Navigation Support (Optional)
implementation("com.qmdeve.blurview:navigation:1.1.3")
// Image Loading Transformations (Optional - Glide/Picasso)
implementation("com.qmdeve.blurview:transform:1.1.3")
}





