Giter VIP home page Giter VIP logo

sixthproject-newsappstage1's Introduction

Udacity and Google India Scholarship Program

Android Basics Nanodegree Project 6 "News App, Stage 1"

Name of App - "GameSpot"

PROJECT SPECIFICATION

  1. App contains a main screen which displays multiple news stories.

  2. Each list item on the main screen displays relevant text and information about the story.

  3. The title of the article and the name of the section that it belongs to are required field.

  4. If available, author name and date published should be included. Please note not all responses will contain these pieces of data, but it is required to include them if they are present.

  5. Images are not required.

  6. Stories shown on the main screen update properly whenever new news data is fetched from the API.

  7. Clicking on a story uses an intent to open the story in the user’s browser.

  8. App queries the content.guardianapis.com api to fetch news stories related to the topic chosen by the student, using either the ‘test’ api key or the student’s key.

  9. The JSON response is parsed correctly, and relevant information is stored in the app.

  10. When there is no data to display, the app shows a default TextView that informs the user how to populate the list.

  11. The app checks whether the device is connected to the internet and responds appropriately. The result of the request is validated to account for a bad server response or lack of server response.

  12. Networking operations are done using a Loader rather than an AsyncTask.

  13. The intent of this project is to give you practice writing raw Java code using the necessary classes provided by the Android framework; therefore, the use of external libraries for the core functionality will not be permitted to complete this project.

This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:

  • Connecting to an API
  • Parsing the JSON response
  • Handling error cases gracefully
  • Updating information regularly
  • Using an AsyncTask
  • Doing network operations independent of the Activity lifecycle

About GameSpot

This app is using Guardians API. The app will display the latest news related to Games.

It will display Image, Title, Section, Published Date and Time, and Authors(If any) related to content. On click, it will open the article in the browser.

GameSpot App Images

Portrait

Landscape

Check out more images in GameSpotImages folder.

sixthproject-newsappstage1's People

Contributors

dhrumilshah98 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.