Giter Club home page Giter Club logo

forecast5's Introduction

#Forecast 5 demo app Uses the 5 day weather forecast API from openweathermap.org to show a simple weather forecast for a given location.

Build info

Open the project in Android studio and run the app.

Libraries used

  • Retrofit 2 - to perform API requests.
  • GSON - to parse JSON API responses.
  • rxJava - to elegantly abstract the domain module from the networking module.
  • Picasso - to display weather icons.
  • ThreeTenABP - to use the Java 8 time API for help with parsing and managing time data.

With more time

If I had more time I would:

  • Use Dagger 2 for dependency injection (remove injection boilerplate from MainActivity).
  • Create tests for MainPresenter by mocking the network and view layer.
  • Refactor towards an architecture where the Presenter is retained across configuration changes so that the view state is not lost.
  • Investigate using a object pool for HourForecastView since it could potentially be an expensive object to have so many of.
  • Fix the todo. I need to figure out the users time zone information and how to convey that correctly to LocalDateTime.
  • Add more features:
    • Use the location API to get lat/lng
    • Show text description of each weather code type.

forecast5's People

Contributors

grepx avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.