kevinkassimo / CS194A-Project2

This is a course project for CS194A at Stanford. Nothing interesting to see here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Maps

Kevin Qian

My Maps displays a list of maps, each of which show user-defined markers with a title, description, and location. The user can also create a new map.

Time spent: 6 hours spent in total

Functionality

The following required functionality is completed:

  • The list of map titles is displayed.
  • After tapping on a map title, the associated markers in the map are shown.
  • The user is able to create a new map.

The following extensions are implemented:

  • When sliding left on a map entry, a delete icon will show up. Keep sliding will cause the map to be deleted
  • Minor style tweaks to the entries

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

Notes

Walkthrough videos are still pretty easy to follow. The main challenge turns out to be implementing the extension for swipe-to-delete, as it actually involves some canvas drawing manipulation.

License

Copyright 2020 Kevin Qian

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.

About

This is a course project for CS194A at Stanford. Nothing interesting to see here.


Languages

Language:Kotlin 100.0%