views:

178

answers:

2

I'm developing an application for a small display (1.8" diagonal, 128x160).

Lots of people must be developing for cell phones, so I'm hoping for pointers to online resources for user interfaces with small displays and limited input.

A: 

Take a look at the curses library. While pretty old school, it was a fine solution to the problem of limited display and input capabilities. It should stimulate your approach in unique ways.

Ray