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
- ViewModel
- hilt
- CustomView
- Algorithm
- notification
- sqlite
- room
- Behavior
- activity
- 알고리즘
- DataBinding
- View
- 안드로이드
- Android
- 알림
- Navigation
- BOJ
- onLayout
- lifecycle
- onMeasure
- CoordinatorLayout
- kotlin
- Coroutine
- LiveData
- 백준
- recyclerview
- 코틀린
- AppBarLayout
- CollapsingToolbarLayout
- HTTP
Archives
- Today
- Total
목록kakao (1)
개발일지
Android in A..Z - OAuth (Kakao)
1. 프로젝트 등록 developers.kakao.com/console/app 카카오계정 로그인 여기를 눌러 링크를 확인하세요. accounts.kakao.com 2. Gradle 설정 build.gradle(Project) allprojects { repositories { google() jcenter() // Kakao maven { url 'https://devrepo.kakao.com/nexus/content/groups/public/' } } } build.gradle(Module) dependency Kakao Developers 카카오 API를 활용하여 다양한 어플리케이션을 개발해보세요. 카카오 로그인, 메시지 보내기, 친구 API, 인공지능 API 등을 제공합니다. developers.k..
Android (안드로이드)/OAuth
2021. 5. 5. 01:36