Desenvolvimento Mobile

From TaticView
Revision as of 17:59, 28 November 2019 by Jonathan (talk | contribs) (Created page with "Desenvolvimento Mobile")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Other languages:
English • ‎português do Brasil

Best Practices for Mobile Dashboard Development

  • Check before you start dashboard development to see if the dashboard that will be created can be run on a mobile. If so, be careful with component configuration, especially with regard to dimensions and amount of information.


  • Avoid using overlapping (stacked) components, especially to simulate as a single component. If TaticView detects that two or more components are overlapping on the screen, running the dashboard via mobile will open it with the desktop view. This is because in mobiles, each data component is displayed at once. Soon the overlapping components will be displayed one at a time and so the information may not make sense to the user analyzing the data.


  • Try to configure components to display only the required information by creating filters/selections to narrow the data. In general, mobile devices are more limited in performance. The more information the dashboard loads, the slower the execution and visualization of the data.