Difference between revisions of "Mobile Development/pt-br"

From TaticView
Jump to: navigation, search
(Created page with "== Melhores práticas no desenvolvimento de painéis para dispositivos móveis ==")
(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...")
Line 3: Line 3:
 
== Melhores práticas no desenvolvimento de painéis para dispositivos móveis ==
 
== Melhores práticas no desenvolvimento de painéis para dispositivos móveis ==
  
* 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.
+
* 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
  
  

Revision as of 18:00, 28 November 2019

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.