Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Mobile Application In this lab you will practice writing a Jetpack Compose layout. Your goal is to create a layout that looks like this: Instructions:

Mobile Application
In this lab you will practice writing a Jetpack Compose layout. Your goal is to create a
layout that looks like this:
Instructions:
1. Download the Lab2.zip file from D2L, extract it and open it in Android Studio.
2. In the MainActivity you will see two composable functions: ContentView and
ItemView. The ItemView will be used to display each row. You will need to modify
the ItemView function signature to pass it arguments to display the rows as you see
above.
3. There is already a star image in the drawable folder.
4. Your view should contain 100 rows. There are only 14 rows in the screenshot above
because it is limited by what can be displayed on the screen.
5. Each row should be 48 dp high.
6. Use a combination of the different Compose components that we covered tonight
to create the display.
7. When you are complete, zip your work and submit it to the Lab 2 dropbox on D2L.

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

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

3rd Edition

0760049041, 978-0760049044

More Books

Students also viewed these Databases questions

Question

You have

Answered: 1 week ago