Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 579 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 579 Bytes

Weather-App-Android-

Android app to show weather conditions of any city in world. This app will be able to show details of the place such as Latitude, Longitude, Wind Direction, Temperature and much more.

API and dependencies:

The Api used is Open Weather Map API which returns a data in JSON or XML format as needed by the user.The API_Key can be accesed by signing in and then selecting the type of service as weather services.

Here in this project the HTTP request in sent through volley Library with the dependency:

implementation 'com.android.volley:volley:1.1.1'