Skip to content

spkdroid/SkyNet-Reader

Repository files navigation

SkyNet Reader

SkyNet Reader is a simple news feed application for your android smartphone. The application uses a simple restful API call to the skynet server to fetch the details. The application is tailored in such a fashion that the information is presented neat and clean. The application will categorize the news feed into different news types and provides you a separate set list.

Features

  1. Light Weight News Reader
  2. Fast and Robust
  3. Consumes fewer volume data
  4. Feeds are auto-categorized into different types
  5. Current Version 1.0 Supports World News, Entertainment, Business, Technology, and Politics.

Restful API

The Skynet uses a special Restful API to fetch its news feed from the server. The backend code is written with the help of PHP which will scan the news website and exposed back the news feeds to the application as a simple JSON response.

New Feed API Call
World News http:https://www.spkdroid.com/News/canada.php?type=1
Entertainment http:https://www.spkdroid.com/News/canada.php?type=2
Business http:https://www.spkdroid.com/News/canada.php?type=3
Technology http:https://www.spkdroid.com/News/canada.php?type=4
Politics http:https://www.spkdroid.com/News/canada.php?type=5

Getting Started

Just clone and import into the Android Studio. Perform the gradle build and perform a build operation to generate the apk file.

The apk file can be downloaded from the following link

Download Now!!

Prerequisities

Android Studio
Android 5.0 and above

Deployment

Please enable installation from "unknow source" in your settings to install the apk file.

Please change the minimum SDK version in the gradle file to support the lower android versions.

Built With

Android Studio Gradle Android SDK 5.0 and above

Contributing

Just submit a pull request.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Apache HTTPComponents
  • CustomWebView
  • Volley

About

😄 A simple news reader application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages