News App written in Kotlin to showcase Android best practices
NewsCast lets you find and and read articles you care about natively within the app. Browse from a wide assortment of categories and save interesting articles for later!
1. Main Features
2. Api
3. Getting Started
4. Tech Stack
5. Even More Features
6. Credits
7. Author
8. License
Read your news articles directly within the app. No redirects. No switching back and forth. Just you and your news.
Simply choose a news topic from the sidebar to browse the latest articles.
We don’t always have time to read through the whole article. Double tap to add an article to your favourites and come back to it later.
Can’t find what you’re looking for? Search for keywords to find articles for practically any topic.
NewsCast is powered by Event Registry’s api to search and provide relevant news articles.
Unfortunately, I can’t afford to stay subscribed to Event Registry’s API to keep this project running indefinitely. Don’t worry though, you can sign up to obtain your own API key to run this project!
git clone https://github.com/gerin98/NewsCast.git
gradle.properties
if it doesn’t already exist in your root project directory.API_KEY=YOUR_API_KEY
android.useAndroidX=true
android.enableJetifier=true
API_KEY=YOUR_API_KEY
NewsCast allows you to change your background colour and text size in Settings.
Save your favourites and come back to them later. Favourites are available to read offline. When you’re done, simply select them to remove them from your list.
NewsCast provides news in 35 different languages.
Icons made by Freepik from www.flaticon.com
Inspired by Fortnightly
Gerin Amalaraj
MIT License
Copyright (c) 2020 Gerin Amalaraj
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.