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
- android studio
- string
- array
- For
- Return
- Scanner
- 코딩테스트
- 다트
- 반복문
- Kotlin
- 앱개발
- Java
- 백준
- flutter
- CLASS
- error
- 안드로이드
- App
- Android
- 프로그래머스
- 코틀린
- androidstudio
- dataclass
- While
- dart
- IF
- BufferedReader
- 별찍기
- for문
- BufferedWriter
Archives
- Today
- Total
목록JSON (1)
amid.jungs
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/rZKLP/btq0ApNioyz/jkQQxTX1fAm6h3h44OIwSK/img.png)
Retrofit2 Square사의 오픈소스 라이브러리 동기 / 비동기 가독성 간단한 구현 가독성 Retrofit2 공식 문서 : square.github.io/retrofit/ Retrofit A type-safe HTTP client for Android and Java square.github.io I. 의존성 추가 build.gradle(Module : app) 에 라이브러리 추가 II. 인터넷 권한 추가 manifest에 권한 추가 III. 데이터 모델 생성 사용 API 주소 : www.metaweather.com/api/ 데이터 모델 파일 생성 후 받아올 값들만 데이터 모델을 만들어 준다. IV. 인터페이스 생성 MainActvity에서 baseURL뒤에 들어갈 url값을 @GET()안에 넣어준..
Android
2021. 3. 21. 16:57