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
- NestedScrollView
- 다이얼로그 크기조절
- DataBinding
- Android
- recyclerview
- Retrofit Kotlin
- 쉐어드
- lifecycleScope
- 레트로핏 MVVM
- 뷰바인딩
- 다이얼로그 프래그먼트
- dialog resize
- 안드로이드
- 리사이클러뷰
- dialogfragment singleton
- java
- Retrofit with MVVM
- 위치정보확인
- 스크롤뷰 자식 뷰 높이 동적조절
- 프로그래머스
- viewBinding
- 레트로핏 코틀린
- ScrollView with ConstraintLayout
- location System
- ScrollView Child View Height Programmatically
- 데이터바인딩
- programmers
- dialog fragment
- 레트로핏2
- 인텐트란?
Archives
- Today
- Total
목록레트로핏 MVVM (1)
안드로이드 세계
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/2HOrK/btq3WnDSyis/kYLLdSmVYROwdlnAbeEEEk/img.png)
오늘은 안드로이드 네트워크 통신에 일반적으로 사용하는 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