Git Product home page Git Product logo

world-now's Introduction

World Now

Made in Pull Request

This is a news app make purely in Kotlin and uses the Architecture Components, Dagger2 and RxJava

Dagger-Android & RxJava

The app is built using dagger.android and RxJava. Below is the brief about the packages in the app:

  • di : This package contains all the files related to dependency injection
    • component : It contains the AppComponent that is responsible for generating all the code for injection and connecting the modules to injections.
    • module : It contains the Modules that provide the dependencies needed by the app.
    • qualifier : It contains the ViewModelKey @MapKey responsible for the injection in the ViewModel
  • network : This package contains a NewsInterface that is used by Retrofit to make network calls.
  • ui : It contains all the classes related to Android ui. For ex: Activity, ViewModel, Adapter etc.
    • base : Contains the BaseActivity that will be inherited by all the other activities.
    • news : Contains the Activity and ViewModel for the news.
  • utils : It contains the utility classes such as a ClickListener, DataClasses etc.

Contributions

Found a bug? Just create an issue and once assigned, start working on it!

You feel that the app can be improved somehow? Maybe the architecture can be made more robust so that the app is testable? Feel free to fork it and create a Pull Request.

Guidelines

  • Create an issue or comment on an existing one. Wait until it is assigned to you.
  • Add your name to the Contributors.MD file in format
## Name: Your name
## GitHub: [Your github id](url of the profile)
  • Fork the repository and clone to your local machine
git clone https://github.com/your-username/World-Now.git
  • Create a separate branch in format issue-number
git checkout -b issue-number

For example, if you are working on issue-1

git checkout -b issue-1
  • Commit and push
git add .
git commit -m "Commit Message"
git push origin branch-name
  • Create a new pull request from your forked repository
  • Wait for your PR to be merged and approved.

Made with ๐Ÿ’™ in Kotlin

world-now's People

Contributors

nikhilbansal97 avatar

Watchers

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