wiki:BluePrint/Mobile

Version 46 (modified by mmatthews, 14 years ago) ( diff )

--

Blueprint for Mobile Clients

We want clients on Mobile devices to be able to talk to Sahana Eden servers.

The simplest way to do this is to provide a layout for the web application suitable for smaller screens: BluePrintCSS

Ideally, though, they should have local storage for use completely offline & then be able to sync back to the server using whatever connectivity becomes available:

Using the open XForms standard means that we can support handsets using both Android & J2ME.

XForms editor:

XForms can be submitted using SMS by including the encoding format within the XForm so that client & server agree on the encoding:

Android

OpenDataKit have a suite of tools to use on Android.

ToDo

  • Get the jaxdroid work on Sahana compatibility merged into ODK Trunk
  • Send Images
    • Use ODK Collect to acquire photographic data through a form on the mobile client
    • Store images on the mobile device until a connection can be made to the server
    • Provide an interface in Sahana through which users can access ODK Collect to upload photos
    • Handle image storage on the server side when a user uploads a photo
    • See Sahana Eden Mobile Photo Upload Blueprint for additional information.
  • Send GPS Coordinates
    • GeoTagger is a sample Form for ODK which can be used as a template for what needs to be produced by controllers/xforms.py from location_id & image_id fields.
  • Support Component Tabs for a multi-table form
  • SMS: There are 2 APIs for sending SMS. 1 of which automatically splits up larger messages into multi-part SMS.
    • NCSU have produced some initial ODK Collect code for SMS.
      • This currently sends an SMS whenever an HTTP transmission attempt fails
      • Still need prompt if the HTTP submission fails.
      • Needs to work on the Sahana server side with more than just the controllers.msg.tropo() method (like sms_handler_modem)
      • Need some way to verify that a whole form submission was successful (esp. for multi-part SMS).
      • Need to delete the submitted form from the mobile device when it the submission was confirmed successful.
      • The current multi-part transmission uses a very proprietary sequence number and unique id system that looks like this, and needs to be fixed in a less proprietary way:
        • (1/3)(12345)
        • ...
        • (3/3)(12345)
      • ...This method required a change in the ODK Collect code, and in the Sahana, which is why only the tropo code path can rebuild SMS somehow.
    • Want to be able to download Forms via SMS
      • Push updates from server
      • Pull requests from client
    • Need to compress the forms
  • QR Code to download the Trunk version (which should update from this version & not default ODK location)
    • UserGuidelines on creating/embedding a custom QR code for a deployment-specific version
  • Have the list of downloadable XForms more easily configurable (currently hardcoded in controllers/xforms.py formList())
    • e.g. Use the same approach as Importer does by marking resources in the modules list in 000_config.py

J2ME

Documentation on the current implementation is here: http://wiki.sahanafoundation.org/phase2/doku.php/dev:j2meclient

  • This needs updating to the latest version of JavaRosa

JavaRosa is a fast-developing framework which uses XForms & J2MEPolish:

This supports using Mesh4j to do synchronisation via SMS:

Alternatives

Another XForms/J2MEPolish client (Xfolite):

KUIX can be used to develop lightweight applications which work across may handhelds & forms can be customised easily via XML/CSS:

Old, un-maintained J2ME client for the PHP back-end, which just uses XML-RPC (=> requires Internet):

iPhone

Sahana Software Foundation have a developer license which can be used by anyone interested in developing this.

HTML 5

jQuery Mobile

This has a lot of industry backing for a truly cross-platform solution:

Sencha Touch

Cross-platform (Android/iPhone) HTML5 environment based on ExtJS

Mapping

Adding touch support to OpenLayers:

ExtMap Touch:

Taking the Map offline:

OpenStreetMap on Android:

Other projects


BluePrintMessagingModule

BluePrints

Note: See TracWiki for help on using the wiki.