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 | 29 | 30 | 31 |
Tags
- 코틀린
- 유튜브
- ADB
- GIT
- 의존성주입
- 코루틴
- 깃헙
- 안스
- viewpager
- 안드로이드
- studio
- Github
- Kotlin
- coroutine
- 안드로이드스튜디오
- error
- 스튜디오
- dart
- build
- Retrofit
- Gradle
- MVVM
- 레트로핏
- 에러
- Android
- 안드로이드 스튜디오
- 웹뷰
- image
- RecyclerView
- WebView
Archives
- Today
- Total
목록알림 (1)
코딩하는 일용직 노동자
NotificationBadge 라이브러리 소개
노티피케이션 라이브러리입니다. 앱 내에서 뱃지를 구현할때는 이미지뷰와 텍스트뷰를 이용해 커스텀해서 만들기도 하는데 간편하게 구현할때 사용하면 좋을듯 합니다. gradle 에 아래처럼 셋팅해줍니다. implementation 'com.nex3z:notification-badge:1.0.4' 레이아웃에는 아래처럼 셋팅해줍니다. 이용할 수 있는 속성값은 다음과 같습니다. https://github.com/nex3z/NotificationBadge nex3z/NotificationBadge A notification badge with animation. Contribute to nex3z/NotificationBadge development by creating an account on GitHub. gith..
안드로이드
2021. 2. 22. 21:28