Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Android
- 403 Error
- onReceivedSslError
- kdoc-generator
- Plugins
- notification bar
- itemAnimator
- notification
- App Startup
- application
- ActivityResultContracts
- 이미지 gps
- Blinking
- prettyJson
- navigation component
- circlecrop
- notification setting
- webview
- Git
- room
- ExifInterface
- LOG
- BottomSheetDialog
- ChromeCustomTab
- shotcut
- onResume
- datastore
- jsontokotlinclass
- skipcollapsed
- requestPermission
Archives
- Today
- Total
목록notification bar (1)
Debbi Story
Custom Notification bar 만들기
일반적인 notification은 swipe시 사라지지만 swipe해도 사라지지 않고 계속 고정으로 떠있는 커스텀 notification은 만들어 보겠습니다. val contentIntent = Intent(context, MainActivity::class.java) contentIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_NEW_TASK) val contentPendingIntent = PendingIntent.getActivity( context, 123, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT ) val refreshIntent = Intent(context, Noti..
안드로이드/Tip
2020. 10. 28. 02:11