This is an Android Application that displays the weather of a particular place in India using Pincode or the name of the city.
Below details are shown in the application:
1) Volley library - It is use to handle http request.
2) OkHttp - For networking
3) Weather Bit API - This is an API that can be used to fetch the weather data from around the world.
4) India Post API - This is an API that is specific for india and this can be used to fetch the state,districts and other information based on the pincode.
5) Simplify - This library is used for converting the temperature from celcius to fahrenheit.