Question: use android kotlin Exercise 0 1 : [ 1 5 marks ] Write an Android app that allows a visitor to locate various landmarks in

use android kotlin
Exercise 01:
[15 marks]
Write an Android app that allows a visitor to locate various landmarks in Canada ( or choose a country of your
choice). Your interface should display a list of available landmarks and their address. The application should
display the standard map and satellite map of the landmarks whenever user selects the name in the list.
Make sure to classify landmarks according to their type. For example: parks, museums, stadiums, attractions
(CN Tower), etc. The first activity shows a list of different landmark types. Other activities show the list of
landmarks belonging to the selected type. When user selects a landmark, another activity shows the map with a
marker pointing to the selected landmark.
Provide a friendly and nice UI. Use RecyclerView controls for displaying the list of landmarks types and
landmarks. Use styles to create nice displays of lists.
Exercise 02:
[15 marks]
Write an Android app that allows a student to select the program from a list of Software programs and
then display the list of SEM4 courses for the chosen program.
If the student clicks on a course, the app should allow the user to see the course description for that
course.
Provide a friendly and nice UI. Use proper Jetpack Compose elements for displaying the list of
programs and courses of SEM4. Use nice layouts by arranging elements in a friendly way.
use android kotlin Exercise 0 1 : [ 1 5 marks ]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!