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 |
Tags
- Android
- 웹뷰
- viewpager
- 스튜디오
- image
- Kotlin
- 안드로이드
- GIT
- Retrofit
- build
- WebView
- studio
- coroutine
- Gradle
- RecyclerView
- 유튜브
- 코틀린
- 에러
- ADB
- 레트로핏
- 코루틴
- 안드로이드 스튜디오
- 안드로이드스튜디오
- 의존성주입
- MVVM
- dart
- error
- Github
- 깃헙
- 안스
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