Design Patterns / Navigation

Navigation Design Pattern: Page Carousel

Mobile Design Pattern: Page Carousel

Usually, app designers used it when they want to tease their user by letting them know that there are more content is available than what is currently shown.

Navigation Design Pattern: Tab / Tab Bar

Mobile Design Pattern: Tab / Tab Bar

Tab / Tab Bar navigation is used to divide and store large amount of different categories of information in a single view. It’s allowed users to find their interested information without changing the current view of the application. Usually, an …

Navigation Design Pattern: List / Drill Down Menu

Mobile Design Pattern: List / Drill Down Menu

List menu / drill down navigation can be extremely useful and user-friendly, when your app contain large amount of content that organized in list over multiple levels.

Navigation: Springboard (iOS) / Dashboard (Android)

Mobile Design Pattern: Springboard / Dashboard

Springboard / Dashboard is one of the common mobile app design patterns that used to provide the overview of your app content to your user.