CSE 3345 Spring 2014 Android Test. Overview Create a simple Android Application that allows a user to View all 3 starting Pokémon and choose their starting.

Slides:



Advertisements
Similar presentations
MS® PowerPoint.
Advertisements

Editing Your Faculty Homepage  This tutorial will go through the steps for editing your Faculty homepage.  Thank you to Ryan Vyborny for letting me use.
In the top right hand corner you will type in your package code in the box that says “Place Order.” Then you will click “Go.”
What’s New in D2L 9.1 Suzanne Baril. Overview What are the new features What has been changed or fixed What has been removed Questions?
 User Interface - Raeha Sandalwala.  Introduction to UI  Layouts  UI Controls  Menus and ‘Toasts’  Notifications  Other interesting UIs ◦ ListView.
By: Jeremy Smith.  Introduction  Droid Draw  Add XML file  Layouts  LinearLayout  RelativeLayout  Objects  Notifications  Toast  Status Bar.
A Step By Step Guide To Making Movies with Camtasia That Anyone Can Do Using PowerPoint For Movies With Text.
Designing a Classroom Web Site Using NVU Beginning Level.
Creating a MagicInfo Pro Screen Template
Microsoft Visual Basic 2012 CHAPTER TWELVE (ENRICHMENT CHAPTER) Windows Store Apps.
Android Boot Camp for Developers Using Java, Comprehensive: A Guide to Creating Your First Android Apps Chapter 9: Customize! Navigating with a Master/Detail.
Working with Numbers in Alice - Converting to integers and to strings - Rounding numbers. - Truncating Numbers Samantha Huerta under the direction of Professor.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
 First time student activates their google account, they need to go to an internet browser and go to  drive.google.com/a/students.macon.k12.nc.usdrive.google.com/a/students.macon.k12.nc.us.
Dreamweaver – Setting up a Site and Page Layouts Web Design Section 7-2 Part or all of this lesson was adapted from the University of Washington’s “Web.
Creating your Webpage with tables. This is a 2 column by 1 row table!
Web Technologies Website Development Trade & Industrial Education
How-To: Office XP PowerPoint By Allen Kuceba PowerPoint The infamous white screen intimidates many new users when they start a new PowerPoint These steps.
Basic Android Tutorial USF’s Association for Computing Machinery.
Website Development with Dreamweaver
Embedding Video in Powerpoint. Embedding Video The most important thing to know about using video in PowerPoint (and the most common mistake) is that.
Pep Up Instruction with PREZI Creating a Prezi for your Classroom.
Frank Xu Gannon University.  Linear Layout  Relative Layout  Table Layout.
Chapter 12 FRAMES. HOW FRAMES WORK When you view a framed page in a browser, you are actually looking at several HTML documents at once. The key to making.
Power Point Presentations A Step by Step Guide. Contents The very first step Choosing slide layout Adding text boxes Custom Animation Changing slide design.
INTRODUCTION TO ANDROID. Slide 2 Application Components An Android application is made of up one or more of the following components Activities We will.
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
CSC350: Learning Management Systems COMSATS Institute of Information Technology (Virtual Campus)
How To Add Flair To Your Site Maureen Enright, Elyse Kuriata, Nathan Boes, Hodge.
Web Design (7) Images (1). Images and the Image Element Images can be placed in the flow of text..jpg,.png and.gif image files work in web pages The img.
IReport Demo Spring 2008 OEDSA Conference. Report Properties.
Microsoft Office 2008 for Mac – Illustrated Unit C: Understanding File Management.
Applying design modules - New TeraText design modules.
Creating Interactive Polls With Video Clip Current as of
Activities  For this lab we will be creating a “Video Games List" application.  It is a simple app that allows a user to view and edit a list of video.
1 Project 3 The Kumquat Society Conference. 2 Conference Registration In this project you will write a program to handle a conference registration. The.
All sections to appear here Welcome to my pptPlex Slide Show, this can be executed in either two ways: 1.As a normal PowerPoint slide show: Example hit.
Hubnet Training One Health Network South East Asia Network Overview | Public and Members-only Pages; Communicating and Publishing using Blogs and News.
Building the CarryDrop simulation in Eclipse Creating a new project with existing code from John Murphy’s RePast tutorial.
Open the index.html Open this PowerPoint from the S Drive IDT folder Chapman Images.ppt.
QR Codes Word Walls and Beyond. What they are… Applications for the classroom – Word Walls Quizzes Learning centers Written responses Student resources.
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
11 Project 2 Temperature Conversion. 22 Project 2: Temperature Conversion Write an ASP.NET Web Forms app to convert temperatures from Fahrenheit to Celsius.
Students will go to In the top right hand corner the student will type in their package code in the box that says “Place.
Teacher: Kenji Tachibana Digital Photography I. Scale (resize) to 640 x slides Copyright © Kenji Tachibana.
Adding Interactivity Comp 140 Fall Web 2.0 Major change in internet usage –From mostly static pages Text Graphics Simple links –To new paradigm.
Dreamweaver – Setting up a Site and Page Layouts Web Design Section 7-2 Part or all of this lesson was adapted from the University of Washington’s “Web.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
1 Top of Client’s Logo Bottom of Client’s Logo Change to blue backgroundcolor Go to Design menu, categorie Themes Choose the ‘Blue Kunde & Co’ template.
Creating a Slide Show ● Go to Mrs.Radford's website ● Click on Web Folder on the left menu bar ● Then click on Listing Folder ● Choose which template you.
Animated PowerPoint Template
Title of Presentation – Arial Narrow 52PT Bold
On each booth you will find 4 to 6 banners
Adapting Files On A “Visual Webpage” (Ver /mb)
On each booth you will find 4 to 6 banners
On each booth you will find 4 to 6 banners
Mobile Application Development Chapter 4 [Android Navigation and Interface Design] IT448-Fall 2017 IT448- Fall2017.
On each booth you will find 4 to 6 banners
Dreamweaver – Setting up a Site and Page Layouts
On each booth you will find 4 to 6 banners
OneNote Copyright 2006 South-Western/Thomson Learning.
Educational Applications of Technology
Instructions for Windows users:
Instructions for Windows users:
Overview of Contract Association Batch Upload
Practice Activity – Part 1
Wells Fargo Toolkit – CreativeBuilder Reference Guide
Texts.
Catalog Manager Standard Supplier Training.
Presentation transcript:

CSE 3345 Spring 2014 Android Test

Overview Create a simple Android Application that allows a user to View all 3 starting Pokémon and choose their starting Pokémon. UI when application starts UI after user chooses a Pokémon User clicks Charmander at bottom of screen

Part 0: Set up 1.Download the resources posted on the class webpage to complete this app. 2.Import the images from the /imgs folder to the drawable-xhdpi folder. 3.Import the colors.xml file into your res/values folder. 4.Copy and paste the text inside the strings.txt into your strings.xml file inside the res/values folder.

Part 1 : UI 1.Create a XML Layout which looks like the image below. 2.Take a look at the Design Consideration slides before starting. There are several important details to consider.

Section A Section B Design Consideration

Section A’s height is dependent on the height of Section B. In other words, Section A will resize depending on the height of Section B. Make Section B’s height is large enough to display the text and images for the 3 Pokémon in full (nothing should be clipped/cut off). Step 1: Design Consideration Section A Section B To complete this, you shouldn’t use a ScrollView.

Section A’s height got smaller than the previous slide because Section B got taller. Section B got taller. For example (Your actual app shouldn’t look like this, this is an example only) Section A Section B

Each of the images inside Section A should be center cropped.. Step 2: Design Consideration Section A Section B

Part 2: Add Logic and Event Handling 1.Inflate your UI into an Activity 2.Add click listeners to all Pokémon in Section B so that when one is clicked, the associated image in Section A will expand to fill the parent width. 3.See the next slides for details

When the user clicks on a Pokémon in Section B. The associated Pokémon image in Section A will change to take up the entire width of Section A.. Step 1: Logic Consideration Section A Section B In this example, the user clicked Squirtle in Section B.

If the user clicks another Pokémon in Section B, then the associated image in Section A should appear.. Step 2: Logic Consideration Section A Section B In this example, the user previously clicked on Squirtle from Section B. Now, the user clicked Charmander in Section B.

Extra (If you finish and have time do this) 1.When the user clicks on a Pokémon image in Section B, show a Toast message that says, “I choose you ________.” Replace the _______ with the name of the Pokémon clicked.

Video Demo See a video

Submission Instructions 1.Your Android Project should be in a folder titled AndroidTestLastname. 2.Zip up the Android Project folder (not the contents of the folder) into a file titled AndroidTestLastname. 3.Submit your zip file to the Bb assignment called Android Test Code Submission.