Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

This is being made in Android Studio, using 'Kotlin'. Need help please on making this app. In this project, you'll make an app that helps

This is being made in Android Studio, using 'Kotlin'. Need help please on making this app.
image text in transcribed
image text in transcribed
image text in transcribed
In this project, you'll make an app that helps with a favorite pastime of milions... online shopping! You'll create a wishlist app that heips the user keep track of what they want to buy. Goals By the end of this assignment you will be able to... Understand how to display a list of items with Recyclerviow Understand how to customize the Ui for each item in the 'RecyclerView Understand how to update the list of items in a RecyclerView Assignment 2 README template - Required Application Features User can add an item to the wishlist An item should include: Name, Price, URL User can see their list of items based on previousiy inputted items. New items should be added to a list If items go past the screen's edge, the list should be scrollable A simple version of the app with all the required features implemented: Wishlist app is es customized Give the app a Theme to match your favorite online store User can delete an item by long pressing on the item User can open the an item URL by clicking on an item If you want to try this one, here's a code snippet you can use to open the the URL in the phone's browser: try 1 val browserintent = Intent (Intent, ACIION_view, Uri,parse(item. urt) ) ContextConpat, startactivity(it, context, browserIntent, nutt) ) catch (e: ActivityNotFousdException) I Toast, makeText(it. context, "Invalid unL for " + itea, name. Teast. LENGTH LovG), show()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions