Skip to content

Commit

Permalink
Updated read.me
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-fe authored Nov 1, 2021
1 parent c5fcf78 commit 88857ec
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,51 @@
# MyMaps
# MyMaps

# My Maps

## *Felicity Huang*

**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: **9** hours spent in total

## Functionality

The following **required** functionality is completed:

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

The following **extensions** are implemented:

* [x] Attempted: When a map marker is created, the pin is animated.
* [ ] List anything else that you did to improve the app functionality or design!
* [x] Used different theme and colors
* [x] Attempted: Add a menu option in the map activity to change the map type (e.g. normal vs terrain)

## Video Walkthrough

Here's a walkthrough of implemented user stories:

<img src='https://imgur.com/a/tN19hED' title='Video Walkthrough' width='' alt='Video Walkthrough' />

## Notes

Describe any challenges encountered while building the app.
Run into various errors in attempting to implement the extensions. Could not add a button on top of map view without the app crashing. Could not build or run the program due to activitymapsbinding errors while implementing the animation for the pin. App still crashes despite various attempts to fix the issue. Also extremely busy weeks due to papers, midterms, clubs, and work.

## License

Copyright [yyyy] [name of copyright owner]

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.

0 comments on commit 88857ec

Please sign in to comment.