Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q1 (50%): Create an app with an activity called MapViewActivity. The activity will have an intent filter in order to view coordinates from a URI

image text in transcribed
Q1 (50\%): Create an app with an activity called "MapViewActivity". The activity will have an intent filter in order to view coordinates from a URI shared by another app. This activity will receive intents with the following constraints: - Action: ACTION_VIEW - Data URI Scheme with the structure geo:latitude,longitude or geo:latitude,longitude?z=zoom, the activity will parse the data and show the latitude, longitude and Zoom level in a TextView. URI example: "geo:47.6,-122.3" or "geo:47.6,-122.3?z=11" Q2 (50\%): Add another activity to your app, with the title "Humber Browser". Add an intent filter to your activity in order to make it a web browser activity that receives intents with a http or https request and a URI that starts with www.humber.ca (specifically). When this activity launches (with an intent that was invoked by another app), a TextView will show at the top center of the activity showing the text "Welcome to Humber" as a header (in big bold font), followed by a fragment that includes a WebView to show the web page of the URI received in the intent when the activity starts. The fragment should fill the remaining part of the device screen

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions

Question

How to solve maths problems with examples

Answered: 1 week ago

Question

Explain Coulomb's law with an example

Answered: 1 week ago

Question

What is operating system?

Answered: 1 week ago

Question

What is Ohm's law and also tell about Snell's law?

Answered: 1 week ago

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago