android - Approach to display dashboards on mobile devices? -


my team , working on app (both ios & android) uses lot of functionality of 1 web apps implemented. web application (asp.net) renders , creates dashboards (of custom dimensions, specified end user). dashboards use different libraries widgets (fusioncharts, googlecharts, standard .net controls...)

anyway, part of functionality of mobile app display dashboards specific each user. question is: best way approach requirements? we've brainstormed here , came couple:

  1. one generate screenshot of dashboard on .net application , display screenshot on mobile app. however, approach basic , not provide interactivity.
  2. another consists of recreating each dashboard on mobile apps. problem involves recreating scratch , issues related inconsistencies between 2 versions of dashboard (mobile version vs web version) arise.
  3. loading dashboard on mobile app using url of dashboard.

personally, think 3rd approach suitable, since there not coding needed, load existing dashboard using respective urls.

the question is, how handle dashboard wide..(height not problem since user experience of scrolling , down not bad, having scroll left , right not experience imo).. far know, width on iphones 320px (right?) how handle situation have dashboard 1000px wide?

is approach requirement? other possible approaches?

any feedback appreciated! thanks

sounds css media queries you're after. take @ this example.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -