Code Monkey home page Code Monkey logo

newsbreeze's Introduction

NewsBreeze

NewsBreeze is a news application that selects latest and best news from Newsapi.org and summarises them to present in a short-summarized format. News is sourced from various categories and various sources, making sure that you always get the best.

Features

  • Bookmarks- Save news when you dont't have time to read so that you can come back to them later.
  • Search - The latest news list has a search by title feature. Search lets you find any news by simply typing in a keyword in the search box. Easy access to your favorite topics of intrest via the search option.
  • Read full article- If you need full story of an article just click on the more button then you will be redirected to the source url.
  • MVVM with Android Architecture Components(Room, LiveData, ViewModel)

Permissions

  • Internet connectivity - This application needs internet connectivity to retrive data from newsapi.org.

Libraries Used

  • Retrofit For sending network requests and parsing JSON data.
  • Picasso Loading and caching images.
  • Room is a database layer on top of an SQLite database.
  • Livedata for easier implementation of MVVM architecture.
  • Gson to convert json string to their respective kotlin objects

Installation Guide

Clone the repository and import into Android Studio

https://github.com/Arpit-Jha/NewsBreeze.git

For a quick installation download the apk

Architecture

  • View - Activity/Fragment with UI-specific logics only.
  • ViewModel - It keeps the logic away from View layer, provides data streams for UI and handle user interactions. It servers as a link between the Model and the View.
  • Model - This layer is responsible for the abstraction of the data sources. Model and ViewModel work together to get and save the data.
  • Repository -The repository is a mediator between the different data sources. ViewModel simply request data from the repository.

Preview

newsbreeze's People

Contributors

arpit-jha avatar

Watchers

 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.