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
- Navigation
- CoordinatorLayout
- kotlin
- View
- room
- 백준
- sqlite
- Coroutine
- lifecycle
- 코틀린
- Behavior
- CollapsingToolbarLayout
- BOJ
- AppBarLayout
- 알고리즘
- 알림
- Algorithm
- ViewModel
- recyclerview
- activity
- DataBinding
- 안드로이드
- CustomView
- hilt
- LiveData
- notification
- onMeasure
- HTTP
- Android
- onLayout
Archives
- Today
- Total
목록naver (1)
개발일지
Android in A..Z - OAuth (Naver)
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