Best practices

Here are some considerations for best practices of mobile app design.

Dedicated vs unified design

If you are creating apps for iOS devices, then the dedicated design should be used for specific devices. Separate apps for each device: iPad or iPhone (creating Views can help with that: one document can handle both iPhone and iPad, with different views for one document). The cost is that it requires maintenance of multiple apps.

When creating apps for Android devices, it is better to use unified design for all possible screens. Android is designed to scale for multiple devices. Again, Views can help. The cost of maintenance is low because you have a single app providing unified design. Remember to take advantage of the Fit page option ...

Get Mastering Business Intelligence with MicroStrategy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.