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 | 31 |
Tags
- flutter
- android studio
- Return
- 백준
- CLASS
- string
- 앱개발
- Android
- dataclass
- BufferedReader
- for문
- array
- While
- IF
- 프로그래머스
- BufferedWriter
- For
- 다트
- Kotlin
- Scanner
- App
- 코딩테스트
- 코틀린
- 반복문
- 안드로이드
- Java
- dart
- 별찍기
- androidstudio
- error
Archives
- Today
- Total
목록JSON (1)
amid.jungs

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