https://github.com/ericafenyo/quickheadlines
An android application Intended for anyone looking for the latest breaking news and information on top stories, weather, business, entertainment, politics, and more.
https://github.com/ericafenyo/quickheadlines
Last synced: 10 months ago
JSON representation
An android application Intended for anyone looking for the latest breaking news and information on top stories, weather, business, entertainment, politics, and more.
- Host: GitHub
- URL: https://github.com/ericafenyo/quickheadlines
- Owner: ericafenyo
- License: apache-2.0
- Created: 2019-05-08T14:27:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T22:40:52.000Z (over 2 years ago)
- Last Synced: 2025-03-29T23:42:41.337Z (over 1 year ago)
- Language: Java
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick headlines

[](https://opensource.org/licenses/Apache-2.0)
An android application Intended for anyone looking for the latest breaking news and information on top stories, weather, business, entertainment, politics, and more.
### Prerequisite
* Java jdk 8 and above
* Dark Sky API key : https://darksky.net/dev
* Google Places and Maps AP keys
* The News API key : https://newsapi.org
> Follow the simple TODO in order to setup your valid API keys and voilà!, build and run the app.
### Features
* Get news headlines in different languages from trusted sources.
* Save articles for offline reading.
* Share stories to your social networks and E-mail/SMS.
* Support for dynamic text. Increase or decrease the body text size to suits your
preferences.
* Integrated Search: Quickly search for topics that interest you.
* Get current weather conditions with the very latest temperature, humidity, wind
speed and more.
### Open Source Libraries
1. Android Support Libraries : Distributed by The Android Open Source Licensed under the Apache License, Version 2.0
2. Retrofit 2 : Distributed by Square, Inc. Licensed under the Apache License, Version 2.0
3. Firebase JobDispatcher : Distributed by Google, Inc. Licensed under the Apache License, Version 2.0
4. Butter Knife : Distributed by Jake Wharton under the Apache License, Version 2.0
4. Glide : Distributed by Google, Inc. under BSD, part MIT and Apache 2.0.
5. Dagger 2 : Distributed by The Dagger Authors under the Apache License, Version 2.0
6. Android Architecture Components : Distributed by The Android Open Source Project, Inc.under the Apache License, Version 2.0
7. Gson : Distributed by Google, Inc. Licensed under the Apache License, Version 2.0
### License
Copyright (C) 2019 Eric Afenyo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.