Development ideas, coding, tutorials, war stories, app reviews and everything between.
Friday, May 11, 2012
iOS Design Decisions - Part 1
- Cash register interface
- Formula's and calculations
- Data
- Customer relations
If people can't figure out how your app works there will be very little adoption and frustration. With that being said, I wanted Mobile Register to look and act like a cash register. One of the biggest hurdles you'll have to deal with when doing iOS development is the screen size 480x320 pixels doesn't leave you much room.
Controls that affect the current sale:
- Calculate Total
- Add Tax Rate
- Add Discount
- Add a product
- View existing products
- Email receipt
- Settings Page
- Reports Page
+ button controls:
Add Product
Existing Product
Add Category
Gear button controls
Settings Page
Reports Page
At the bottom I'm displaying some data to the user as well as including the rest of my controls.
When the user clicks on the discount button it opens a new view and allows them to select a cash discount or percent discount.
This is just one example of intuitive ways to use the entire 480x320 pixels to design your interface. Think simple first, then think how will I make this function the way I want.
This is part one in a series of discussions I'll be going over for iOS Design Decisions.
Thanks for reading
Corey
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment