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
- recyclerview
- View
- sqlite
- onLayout
- CustomView
- Algorithm
- 알고리즘
- BOJ
- LiveData
- kotlin
- 안드로이드
- CollapsingToolbarLayout
- ViewModel
- onMeasure
- 코틀린
- CoordinatorLayout
- 백준
- activity
- HTTP
- hilt
- DataBinding
- Behavior
- AppBarLayout
- notification
- room
- Navigation
- Android
- 알림
- Coroutine
- lifecycle
Archives
- Today
- Total
목록네이버 (1)
개발일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bJxaFw/btq4js0S3Pg/1274ycugW2bwjkvMdaK070/img.png)
1. 프로젝트 등록 Naver Developer에 프로젝트를 등록하여 API Key를 받는다. developers.naver.com/apps/#/register?api=nvlogin 애플리케이션 - NAVER Developers developers.naver.com 2. Gradle 설정 Dependency compile ('com.naver.nid:naveridlogin-android-sdk:4.2.6') 3. Key 등록하기 Naver Developer에서 제공받은 Key를 string.xml에 입력한다. glttGD4shdbN2GSF94OB jBDdCtOOeR 4. OAuth 초기화하기 Login을 진행하기 전에 초기화 단계가 필요하다. OAuthLogin.getInstance().init(this..
Android (안드로이드)/OAuth
2021. 5. 7. 14:43