User Tools

Site Tools


android:smartsuite_4.0_migration

This is an old revision of the document!


Migrating 2.3 applications like SmartDirt and SmartGrade require a different interface and the example below attempt to solve the issues of migration and provide an interface pattern for future products.

SmartDirt 4.0 Migration screenshots

The example below use more optimized layouts for portrait and landscape than 2.3 versions. These are for the phone (Galaxy III). Tablets may require different layouts as well.

DEV NOTE: Title will NOT say “AGTEK Smartdirt”. The modern implementation has an AGTEK logo in the lower left corner, so title will simply say “SmartDirt”.

DEV NOTE: Layer button on images is not present in SmartDirt migration, that's a holdover from something else. Graphic Designer made an ooops.

Changed Elements

  • Action Bar - The Action Bar means we no longer have room for the file name and mode. I've moved those items to just below the top info panel in place of the progress notifier. When the progress notifier is being updated it can replace the file name temporarily.
  • Action Bar icons - Typically there are at least two menu option icons available on all platforms regardless of orientation. I've prioritized 3D and measure in normal mode and Snap and Report in Measure mode.
  • 4.0 menus - Menus are simplified in 4.0 since most don't show icons.
  • Single line landscape info bar - Landscape has always suffered from a lack of vertical screen space. For 4.0 we'll go to single height on the top and bottom info bars to maximize that space.

Job name in progress notifier position mode at right justified status

The new action bar makes some items more equal than others and requires prioritizing functions. The menu order and listing for main mode 4.0 is this:

  1. 3D view
  2. Measure Mode
  3. View
  4. Settings
  5. File
  6. Save - Note that we have not had Save on the menu before due to the 6 item limit and instead have only saved when exiting. Without the 6 item limit we should allow the user to save on demand similar to SitePlan

Also notice that Track is no longer an option on the menu. Instead it will move permanently to the screen below the zoom controller. We can also remove the option to remove it from the Preferences tab.

The measure mode menu for 4.0 has the following priorities:

  1. Snap
  2. Report
  3. View
  4. Exit Measure
  5. 3D
  6. Clear
  7. Settings
  8. File
  9. Save

Note that I expanded the measure mode to include File, Save and Settings. With 2.0 menus the goal was to not go to multiple menu screens. We no longer have to make that compromise for 4.0 systems. 2.3 systems will still function but will end up with a More menu item.

SmartGrade 4.0 Migration

SmartGrade follows the same patterns and screen elements as SmartDirt but has many more menus and modes. I am not planning on doing SmartGrade 4.0 screens for the Wiki.

android/smartsuite_4.0_migration.1377799527.txt.gz · Last modified: 2013/08/29 18:05 by mikeclapp