logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Samantha JiNursing
(5/5)

638 Answers

Hire Me
expert
Bashi LCriminology
(5/5)

998 Answers

Hire Me
expert
Darryl HunterPsychology
(5/5)

802 Answers

Hire Me
expert
Bobby DavroComputer science
(5/5)

639 Answers

Hire Me
Android Programming

app should allow the user to select either Fahrenheit-to-Celsius or Celsius-to-Fahrenheit conversions. Conversion is selected using Radio Buttons.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Mobile Applications Development (Android Section)

Temperature Converter for Android

                     Temperature Conversion app as described below.

App Requirements

  • The app should allow the user to select either Fahrenheit-to-Celsius or Celsius-to-Fahrenheit conversions. Conversion is selected using Radio Buttons. Fahrenheit-to-Celsius should be the default if there is no saved preference

 

  • User the following formulae for conversion:

o F to C:   (F – 32.0)  / 1.8            Example (75F): (75.0 – 32.0) / 1.8 = 23.9C

o C to F:   (C * 1.8)  + 32             Example (15C): (15.0 * 1.8) + 32.0 = 59F

  • The temperature value (the value to be converted) should be entered by the Values can be positive or negative. Only numeric whole or decimal values should be allowed.

 

  • Pressing a Convert button should generate the converted temperature value and display it on the screen. All converted values should be displayed out to 1 decimal place only

 

  • All conversion operations and their results should be added to the “history” – a list of converted values. The history of converted values must be scrollable and displayed with the most recent conversions at the top of the list

    • Examples:

      • F to C: 75.0  9

      • C to F: 15.0  0

    • Pressing the “Clear” button will clear the conversion

    • The Constraint Layout must be

    • You do need a separate Landscape layout for this

    • The app must look and act consistently in either portrait or landscape No data content should be lost upon rotation (i.e., the current conversion, the current calculated results, and the conversion history should be maintained upon rotation).

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme