Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shreyxnsh/newshot

Welcome to NewShot, your go-to app for the latest news and updates. Our app uses the https://newsapi.org/ to provide you with the latest stories from around the world, covering a wide range of topics such as politics, business, sports, technology, and more.
https://github.com/shreyxnsh/newshot

android java newsapi picasso retrofit

Last synced: 11 days ago
JSON representation

Welcome to NewShot, your go-to app for the latest news and updates. Our app uses the https://newsapi.org/ to provide you with the latest stories from around the world, covering a wide range of topics such as politics, business, sports, technology, and more.

Awesome Lists containing this project

README

        

# NewShot

[![wakatime](https://wakatime.com/badge/user/16d869e8-f95c-4dcb-a9bd-1a4049e80b51/project/cb08ccc6-5b43-466c-b7e9-f2edcb818d7a.svg)](https://wakatime.com/badge/user/16d869e8-f95c-4dcb-a9bd-1a4049e80b51/project/cb08ccc6-5b43-466c-b7e9-f2edcb818d7a)

Welcome to NewShot, your go-to app for the latest news and updates. Our app uses the https://newsapi.org/ to provide you with the latest stories from around the world, covering a wide range of topics such as politics, business, sports, technology, and more. With NewShot, you'll never miss a breaking story again. Stay informed, stay ahead, and stay connected with NewShot.

## Features

- Smooth Onboarding
- Clean User Interface
- View latest news according to categories
- NewsApi gets the latest news asap!

## Screenshots


Splash Screen
OnBoarding Screen
Home Screen
Different Categories
Detailed View








## Libraries used :

- [Retrofit](https://github.com/square/retrofit)
- [Picasso](https://github.com/square/picasso)

## API Reference

#### Get all news

```http
@GET
Call getAllNews(@Url String url);
```

| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `url` | `string` | API Key : |62a221324a2141cfb2134e484eb32a03

#### Get news by categories

```http
@GET
Call getNewsByCategory (@Url String url);
```

| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `url` | `string` | API Key : |62a221324a2141cfb2134e484eb32a03|

## Clone this project :

Clone this project using CLI

```bash
git clone https://github.com/shreyxnsh/NewShot.git
```