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
- vim
- ViewGroup
- LinearLayout
- android
- layout
- .kt
- intent
- java
- Retrofit2
- react
- 안드로이드
- Git
- Anko SQLite
- permission
- ConstraintLayout
- view
- Kotlin
- cardview
- Eclipse
- function scope
- component
- props
- Anro Coroutines
- RecyclerView
- RelativeLayout
- block scope
- ReactDOM
- http
- linux
- javascript
Archives
- Today
- Total
목록json (1)
이것저것 다 개발
[Android] OpenWeatherMap 날씨 API 사용 앱 만들기
OpenWeatherMap을 이용한 날씨 APP을 만들어보겠습니다.사용한 라이브러리는 Http 통신을 위해 Retrofit2을 사용하였습니다.먼저 OpenWeatherMap에 회원가입을 하고 API 호출을 위한 Key가 필요합니다. https://openweathermap.org/ Key를 얻었다면 안드로이드 프로젝트를 만들고 AndroidManifest.xml에 Internet Permission을 주겠습니다.다음으로 Retrofit2를 Dependency로 추가하겠습니다.compile 'com.squareup.retrofit2:retrofit:2.4.0' compile 'com.squareup.retrofit2:converter-gson:2.4.0'http://yongyi1587.tistory.com..
Android
2018. 5. 28. 13:21