Its Weather Application which tracks the present location of end user and shows the current weather data in that region.Details like present temperature(in °F),Time,Humidity,Precipitation,Summary and icon representing the present weather are shown.
-->Weather API is used from https://darksky.net/ with respective API Keys.
-->Network Calls are used in this app. OKHTTP is used for this purpose.
-->It uses MVP Architecture with respective UI and models.
-->Dependencies used are:
1.ButterKnife
2.okhttp3
3.LocationServices