Develop an App to display current weather and forecast of next 5 days using openweathermap's API.
As specified in the problem statement, I worked on the problem statement for 3 hours only. I have implemented current weather for 3 cities listed below
- Stockholm
- Pune
- Malmö
Things that I have used (found challenging) for this test.
- Having good UI
- Calling api - Async network calls
- JSON parsing
- Use of icons to display current condition
- Use of networking library eg: volley or retrofit or okhttp
- Generating POJO's for the response JSON for easier interfacing
- Using gson or jackson for gson for object mapping
- In general better UI, currently I am just using TextViews.
- Having tests