New York Times :: API :: Search Articles User Interface
CST2335-FINAL-PROJECT
This program is part of the Final Project developed for Mobile Graphical Development course. I am enterily responsible for the following code. However, there was another three programs in this Project. Features that might allow users to navigate between the other programs in this Project were removed.
Purpose
The Project is assigned to give experience in:
- Developing software in a group environment.
- Dividing workload to meet deadlines.
- Designing modular software that allows that division.
- Learning from the work of others.
Composition
- ListView, ProgressBar, Button, EditText, Toast, Snackbar, Custom Notification Dialog, Toolbar, Fragment, Languages: en-CA, pt-BR SQL3Lite, SharedPreferences, AsyncTask to retrieve data from an http server, Javadocs, URLEncoder.
Projects
News Feed, Flight Status tracker, Merriam Webster Dictionary, and New York Times Article Search.
Project Requirements
- Create an application that reads news stories from the New York Times website.
- The user should be able to enter a search term. Your application will call the web server to retrieve a list of articles that match the term. Your application should create a list of titles that are retrieved in the results. Clicking on a title should prompt a link to the article. Clicking on the link should go to a web page Intent with the link text sent in the Intent.
- There should be possible to save an article to the device for later viewing. From the list of saved articles, you should be able to delete an item from your list.
- Your application should save the last topic that was searched to display the next time the application is launched.
Log in or sign up for Devpost to join the conversation.