Programming Assignment 3a Solution

$35.00 $29.00

Description **For this assignment you will develop a single-view application with a picker, a text field and three buttons. The single-component picker from the example application for this chapter would not be a bad place to start. The data for the picker is initially three items: Each item is a string** – Thing One –…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Description

5/5 – (2 votes)

Description

**For this assignment you will develop a single-view application with a picker, a text field and three buttons. The single-component picker from the example application for this chapter would not be a bad place to start. The data for the picker is initially three items: Each item is a string**

– Thing One

– Thing Two

– Thing Three

When you press the “select button, the item from the picker that is selected should be displayed in an alert, like the example application. The other two buttons are labeled “replace” and “insert”. When you press the “replace” button, the item selected in the picker should be replaced by the contents of the text field (blank if nothing in the text field). When you press “insert”, the contents of the text field should be added to the data for the picker, after the item currently selected, and the new, added, item should be shown in the picker as the selected item (so the previously selected item would be immediately above it on the picker’s display at that point).

Rubric for Grading

+ Compiles 35%

+ Runs without crashing 10%

+ “Select” button functions correctly 15%

+ “Replace” button functions correctly 15%

+ “Insert” button functions correctly 25%

Programming Assignment 3a Solution
$35.00 $29.00