CMPUT 301 Assignment 1 - a simple, intuitive, mobile app to keep track of people's clothing dimensions.
Video: https://youtu.be/3kkS0eCIWyg
Consider the situation of an avid shopper, who often buys clothes for family, relatives, and close friends (both online and in person). This activity is fraught with difficulties, but one basic issue is keeping track of each person's dimensions. What is needed is a simple, attractive, intuitive, mobile app to manage this data. Let us call this app: SizeBook.
For this app, focus on the dimensions needed to help size apparel worn on the main body (e.g., tops, bottoms, dresses, etc.) and not accessories (e.g., hats, shoes).
The app should allow the user to: show a list of all records along with a count of the number of records, add a new record (which always appends to the bottom end of the list), view the details of an existing record, edit the fields of a record, delete an existing record.
BasicStoryboard.pdf was used to originally plan out the layout for SizeBook
Collaborated with Brandon Best (bbest).
####Used the following sources:
Abram Hindle's Student Picker tutorial videos: https://www.youtube.com/watch?v=5PPD0ncJU1g&list=PL240uJOh_Vb4PtMZ0f7N8ACYkCLv0673O
http://stackoverflow.com/questions/23449662/java-round-to-nearest-5
https://www.mkyong.com/java/how-to-convert-string-to-date-java/
http://beginnersbook.com/2013/05/java-date-string-conversion/
http://stackoverflow.com/questions/5683728/convert-java-util-date-to-string
http://stackoverflow.com/questions/15658687/how-to-use-onresume