/codelist

Primary LanguageKotlin

Android Project 2 - CodeList

Submitted by: Fernando Sckaff

CodeList is a wishlist app that helps the user keep track of what they want to buy.

Time spent: 3 hours spent in total

Required Features

The following required functionality is completed:

  • User can add an item to their wishlist
  • User can see their list of items based on previously inputted items

The following optional features are implemented:

  • Wishlist app is 🎨 customized 🎨
  • User can delete an item by long pressing on the item
  • User can open an item's URL by clicking on the item

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with MNML Screen Recorder

Notes

The app was fairly easy to make considering my background knowledge (even though very limited). Still, I need more knowledge of Kotlin to be able to delete specific itemViews based on where the long press was made. I've heard it is bad practice to include listeners on the adapter's "onBindViewHolder" function, so I must find out what is the best practice, and how to seemingly go between UI interaction and recyclerview's items. Exciting stuff ahead!

License

Copyright [2022] [Fernando Sckaff]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.