LaszloLajosT / Udacity-Project-QuizApp

Basic level

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuizApp

Basic level

Project Overview

The Quiz App project is a chance for you to combine and practice everything you learned in this section of the Nanodegree program. You will be making your own Android app - taking it from the idea stage to building out the full app. You can share your app with family and friends, as well as with other students in this course.

The goal is to create an educational app that quizzes a user about a certain topic of your choice. We want you to be creative about how you accomplish this. It’s up to you what the quiz questions will be about and how you want to present them to your user. (Per the rubric, we require a minimum of 4 questions and a maximum of 10 quiz questions for a proper app submission).

Why this project?

So far in this Nanodegree program, we’ve built three apps together: the Happy Birthday, Court Counter and Just Java apps. At this point, we believe that you’re now ready to create your own app. You will have full ownership over the creative vision, planning, and development of the app. From what we’ve seen in the discussion forums, you each have a wealth of different experiences and unique areas of expertise. We would like to see that shine through in the app that you create.

What will I learn?

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

  • Planning your app design before coding.
  • Taking an app layout from drawing to XML code.
  • Creating, positioning, and styling views.
  • Creating interactivity through button clicks and Java code.
  • Commenting and documenting your code.

Build Your Project

To complete this project, you'll need to design a quiz layout and implement it in an app. The quiz can be about any topic of your choice, and you are encouraged to create one on a topic you find personally interesting.

You'll want to build this project in steps.

  1. First, build the layout. This involves creating the quiz questions, deciding what type of quiz they will be, and formatting them in the xml layout file for your Activity.

  2. Second, you'll want to write code that links the layout to the activity. For step 3, you'll want variables that refer to each of the quiz answers.

  3. Finally, write the code for the button which checks your answers. This code should run through each question in the app, record whether the user got the question right, and then display the quiz results in a Toast message.

GitHub Logo

About

Basic level


Languages

Language:Java 100.0%