This is a bad program I developed when I was still learning advanced mobile devlopment and can serve as contrast to where I started to where I am now.
This application is riddled with issues that looking back make me tingle with disgust, and serves as a reminder that everyone starts somewhere and just because you have made bad code before doesnt mean you will never make good code.
Google drive containing source files and documentation Collectors Items Store
This view is used to navigate the main 4 menus using C# to move the camera vector.
This view iterates through each item without a search method to show information about each item.
this proves for a bad user experience as you would need to iterate through each figure until you found the one you are looking for.
This view is used to select the quantity of each collectable item to buy.
Items are made into objects and palced in a scrolling panel which creates a bad user experience with a larger data set.
The objects generated have a combobox that is used to select the quantity to order. This doesnt accept data so you must scroll to get to desired ammount.
This view is used to edit the name, description, quantity, and cost of the figure but not the figure image.
Shares the same diabolical iterration method as View Figures.
This application is incapable of adding a figure only editing the data already in the data set.
This view is a form that asks for contact information to confirm order.
This does require all feilds to be filled with data however this application does not have proper validation so will accept anything as long as its not empty.