Skip to content

Instantly share code, notes, and snippets.

Hello

this will be regular test

picture

@project-tigr
project-tigr / 1.md
Last active October 27, 2015 11:16
android_assignment

Android App

You are tasked by a specialist subject teacher to create a questionnaire Android app.

The app will test how much information students already know using short questions. For example, a geography teacher might want to establish if students know flags, or capital cities for countries in the World. Students will be given a final score which can be used by the teacher to evaluate their prior knowledge.

You must also come up with at least one additional feature of your own choice e.g. more questions, or question topics, multiplayer etc.

To achieve the highest marks possible your app should also connect to an API online to retrieve questions. The method of which must be discussed prior to the app submission.

@project-tigr
project-tigr / 1.md
Last active October 27, 2015 10:57
android_listviews

#1. Introduction

🔥 this worksheet will help you create a ListView to display all the high scores that have been saved

Imgur

@project-tigr
project-tigr / 1.md
Last active October 20, 2015 21:11
android_storage

#1. Introduction

🔥 Today we're going to look at how to save our high scores to last after the app is closed

@project-tigr
project-tigr / 1.md
Last active October 13, 2015 22:15
android_activities

#1. Introduction

🔥 in this worksheet we're going to look at how to switch between different activities

@project-tigr
project-tigr / 1.md
Last active October 6, 2015 11:04
android_scoring

#1. Introduction

🔥 In this worksheet we are going to begin to keep score of how many points the user has achieved

@project-tigr
project-tigr / 1.md
Last active October 21, 2015 10:47
android_code

#1. Introduction

🔥 this worksheet is going to help you make your game actually work!

@project-tigr
project-tigr / 1.md
Created September 17, 2015 21:41
android_classes

#1. Introduction

🔥 this worksheet will help you create a QuestionObject which will hold our question, image, and correct answer.

@project-tigr
project-tigr / 1.md
Last active September 15, 2015 09:23
android_interaction

#1. Introduction

🔥 In this worksheet we are going to make our app actually do something when we press things!

@project-tigr
project-tigr / 1.md
Last active September 11, 2015 14:33
android_layouts

#1. Introduction

🔥 This worksheet will help you to create your first app screen.

We're going to make a questionnaire app so we want to make something that looks like this:

Imgur