SIMPLE WEATHER APPLICATION | Android Studio | OpenWeatherMap API | Using Retrofit Library

Опубликовано: 22 Июль 2026
на канале: TRY IT !!!!
27,615
238

In this video, we will make a simple weather application. We will use the retrofit library to fetch data from our API. So, if you have not watched the video on retrofit please watch it.

Retrofit Video:
   • Retrofit Library in Android Studio- Part 1...  

Dependencies:
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'

Weather API:
https://openweathermap.org/api

JSON to JAVA converter:
http://www.jsonschema2pojo.org/