Question: Borough by Zip Android App Create an Android application that returns the borough represented by a given Zip code. The user provides the 5-digit Zip
Borough by Zip Android App Create an Android application that returns the borough represented by a given Zip code. The user provides the 5-digit Zip code and the service returns the corresponding area covered by that Zip code. The Zip codes for the five areas (boroughs) of New York City Manhattan: 100XX Staten Island: 103XX Bronx: 104XX Brooklyn: 112XX Queens: 110XX, 111XX, 113XX, 114XX, 116X)X where XX is any two integers from 0 (zero) to 9 (nine). Implement it with two screens as shown below: Borough by Zip Borough by Zip Name: John'Doe Last Name. Doe First Name John Zip Code Borough. Manhattan 10010 SHOW Screen 1 Screen 2 Add a logo to the company's name as shown above Validate the inputs: first and last name: not blank, no numbers, zip: positive integer, 5-digit Hand in the printed codes: XML layout and the Java code for each screen (activity) DO NOT forget to include your name n the codes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
