Desenvolvimento Mobile

From TaticView
Revision as of 18:00, 28 November 2019 by Jonathan (talk | contribs) (Created page with "* Procure antes de iniciar o desenvolvimento do painel, avaliar se o painel que será criado poderá ser executado em um mobile. Se sim, tome cuidado com a configuração dos...")
Jump to: navigation, search
Other languages:
English • ‎português do Brasil

Melhores práticas no desenvolvimento de painéis para dispositivos móveis

  • Procure antes de iniciar o desenvolvimento do painel, avaliar se o painel que será criado poderá ser executado em um mobile. Se sim, tome cuidado com a configuração dos componentes, principalmente no que diz respeito as dimensões e quantidade de informação


  • 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.