GuardianNews is an Android Application which allows users to view various newspaper articles from the popular British daily newspaper company 'The Guardian'. This app was created for people who want to quickly browse through the headlines of the recent news in the category of their choice, without too much information being displayed. If they are interested in a specific headline, they have the option to view the full article. The application makes calls to the official 'The Guardian' API and parses the retrieved JSON responses to deliver the various newspaper articles.
- Display articles that were featured in the front page of 'The Guardian'
- Display articles from a specific category
- Redirect the user to the full article on the web browser by pressing the specific article they wish to view
- Change the color theme of the application
- Android Studio
- Emulator or Android device which supports minSdkVersion 17 to run the application
- Clone the repository with the command
$ git clone https://github.com/jyang001/GuardianNews.git
- Or you can download the zip file
- To use the app you must sign up for an API Key from 'The Guardian' at https://bonobo.capi.gutools.co.uk/register/developer
- You must then open the file with Android Studio and copy the unique API Key you received in the 'MainActivity.java' file
- The 'MainActivity.java' file will direct where you must paste your unique API Key
- Allow users to see the date that each article was published
- Allow users to view articles between a certain date span
- Search feature to view articles with certain keywords as entered by the user
You can submit bug reports, feature requests, and pull requests at the issue tracker