If you are an app/ software developer, here are three very important UI related tips for you:
1. Design for least number of taps: Users should be able to access/ use a feature with the least number of taps. I often find that frequently used parts of an app require one or two additional taps because of where the feature has been located. This is inconvenient and avoidable.
2. One-handed use: UI should be such that the app should be usable with one hand. Make use of bottom bar instead of top bar.
3. Use Filters (including Search): Filters are the most efficient way of organizing and finding things, without having to move things around. Implement it wherever possible.
1. Design for least number of taps: Users should be able to access/ use a feature with the least number of taps. I often find that frequently used parts of an app require one or two additional taps because of where the feature has been located. This is inconvenient and avoidable.
2. One-handed use: UI should be such that the app should be usable with one hand. Make use of bottom bar instead of top bar.
3. Use Filters (including Search): Filters are the most efficient way of organizing and finding things, without having to move things around. Implement it wherever possible.