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
- 뷰바인딩
- location System
- ScrollView Child View Height Programmatically
- 레트로핏 MVVM
- Retrofit with MVVM
- 스크롤뷰 자식 뷰 높이 동적조절
- programmers
- NestedScrollView
- dialog fragment
- dialog resize
- 다이얼로그 크기조절
- 인텐트란?
- 위치정보확인
- 쉐어드
- 리사이클러뷰
- lifecycleScope
- 안드로이드
- recyclerview
- Android
- 데이터바인딩
- ScrollView with ConstraintLayout
- java
- viewBinding
- dialogfragment singleton
- DataBinding
- 레트로핏 코틀린
- 프로그래머스
- 레트로핏2
- 다이얼로그 프래그먼트
- Retrofit Kotlin
Archives
- Today
- Total
목록Retrofit Kotlin (1)
안드로이드 세계
[Android] Retrofit2 사용법
오늘은 안드로이드 네트워크 통신에 일반적으로 사용하는 Retrofit에 대해서 알아볼 것이다. Retrofit이란? - Retrofit is a networking library used to implement a type-safe REST client for Android. 직역을 하면, Android용으로 Type-Safe REST 클라이언트를 구현하는 데 사용되는 라이브러리이다. 사용법은 처음 사용하게 된다면 조금 복잡할 수 있는데, 몇 번 사용하다 보면 이해가 될 것이다. Setp 1. 라이브러리 Gradle에 추가 아래의 코드를 모듈 그래들단의 dependencies에 추가해준다. def retrofit_version = '2.9.0' implementation "com.squareup.retr..
안드로이드(Android)/코틀린(Kotlin)
2021. 5. 1. 04:33