poShoplist: A simple shoppling list manager for the Pocket PC
I used a shoppling list manager on the Palm Pilot that had a very simple, but effective, GUI. It had one list with three views;
- All: All items configured in the list
- Have: display the items I have
- Need: display all the items I need, i.e. I have to buy
.NET CF does not have a list box with check boxes so this was my first experience writing a “custom control“ for the pocket PC.
You may notice that there is a lot of space between each item in the list. It wastes a bit of screen space but it allows me to check items with the finger tip without having to extract the pen to tick of each time.
No comments:
Post a Comment