Giter Club home page Giter Club logo

dbweather's Introduction

DBWeather

Project Overview

Android multimedia application with weather forecasts, a news feed in every language , and Live TV using youtube live.

Features

Weather

Provides localized and detailed Weather reports based on the user's location:

Weather Clear Weather with rain Weather with rain 2

### News Feed

Provides a feed to current world events and other important news:

News Feed Feature News Detail Feature News Feed Feature

Live TV:

Browse and View Live News Channels via Youtube Live:

Live TV Feature Live TV Detail Feature

Live TV Detail FullScreen Feature

Project Structure:

DBWeather utilizes a modular style of project structure, which divides the project into Modules based on Features and Layers of the Application's Architecture. Such modules include:

app

Front end View implementations and Android Framework Classes. Presenters and Contracts for the frond end are defined in separate modules.

dbweathercommon:

Global high level Interfaces and Utilities.

dbweatherdata:

Backend implementations to local and remote Datasources. Keeping them in a separate module increases modularity and separation of concerns.

dbweatherdomain:

Contains Entities based on the Problem Domain, and high level contracts which define the repositories implemented in the data module.

dbweathernews:

Contains logic and contracts which define the front end of the News Feed.

dbweatherlives:

Contains logic and contracts which define the front end of the Live TV features.

dbweatherweather:

Contains logic and contracts which define the front end of the Weather feature.

Project Architecture

DBWeather utilizes a highly modular Clean Architecture which is based on ideas from multiple styles of Architecture, including MVP, MVVM. The goal of these principles is to encourage:

  • Decoupling/Separation of Concerns by dividing Presentation, Domain, and Data logic/contracts from their respective interfaces. This allows different modules of the project to be changed, without necessitating changes in other modules.
  • High Legibility due to proper separation of concerns, which leads to descriptive and unambiguous names (Weather, News, etc.).

Tools and APIs:

DBWeather uses a wide array of industry standard APIs in places where it makes sense to use them. Such APIs include (but not limited to):

  • Dagger 2 for Dependency Injection
  • Android's AAC (Room) for Data Persistence
  • Retrofit 2 + OKHttp for Network IO
  • RxJava 2 for concurrency and event logic

Download app at

https://play.google.com/store/apps/details?id=com.dbeginc.dbweather

Contact Info

https://twitter.com/darel_bitsy

https://www.facebook.com/darel.bitsy

https://github.com/bitsydarel

dbweather's People

Contributors

bitsydarel avatar llleodeleon avatar

Watchers

James Cloos avatar ammyl33t 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.