Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shreyxnsh/newshot
- Owner: shreyxnsh
- Created: 2023-01-14T16:33:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T07:16:53.000Z (almost 2 years ago)
- Last Synced: 2023-05-04T20:59:32.308Z (over 1 year ago)
- Topics: android, java, newsapi, picasso, retrofit
- Language: Java
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```