Giter VIP home page Giter VIP logo

weatherapiexample's Introduction

기상청 단기예보 조회 서비스 오픈 API활용 예제입니다.

!!주의!!

src/.../retrofit/ApiKey.kt 파일은 커밋하지 않았습니다. 기상청 단기예보 신청하신 뒤에 계정으로 발급한 APIkey를 넣어주면 됩니다. 변수명은 API_KEY 입니다.

의존성

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"
implementation 'androidx.activity:activity-ktx:1.7.0'
implementation 'androidx.fragment:fragment-ktx:1.5.6'

권한

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET"/>

사용된 라이브러리 및 API

  • Retrofit2
  • 기상청 단기예보 조회

정의된 기능

  • 단기예보 조회 CallBack
  • 휴대폰 위도, 경도를 격자 x, y로 변환
  • 버튼을 누르면 로그를 통해 1시간 단위로 기상청 초단기 예보가 나옴

변수명과 항목 값이 어떤 정보를 나타내는지는 활용 가이드 문서를 보면 알 수 있습니다.

기상청 단기예보 바로가기

weatherapiexample's People

Watchers

박상환 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.