Tenets of Mobile Application Interaction

Here are my 5 simple rules when developing mobile applications:

  1. Quick data access and refresh (max 2s)
  2. User must get feedback as to what the system is doing
  3. Scrolling is better than pagination
  4. Pagination wins over Horizontal scrolling
  5. Data should be accessible from multiple devices

About this entry