Changes between Version 67 and Version 68 of BluePrint/Mobile


Ignore:
Timestamp:
06/14/12 18:55:03 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile

    v67 v68  
    44We want clients on Mobile devices to be able to talk to Sahana Eden servers.
    55
     6== Online ==
    67The simplest way to do this is to provide a layout for the web application suitable for smaller screens:
    78 * BluePrint/Mobile/Portal
    89 * [wiki:BluePrint/CSS#MobileView]
    910
     11An initial protoype should be developed in static HTML/CSS which can then be ported to Eden.
     12- download a couple of pages' HTML & CSS & tweak the CSS until it is fully resizable.
     13
     14== Offline ==
    1015Ideally, though, they should have local storage for use completely offline & then be able to sync back to the server using whatever connectivity becomes available:
    1116 * SMS
     
    4146XForms can be submitted using SMS by including the encoding format within the XForm so that client & server agree on the encoding:
    4247 * http://bitbucket.org/javarosa/javarosa/wiki/SMSSendingAPI
     48
    4349== Android ==
    44 [http://code.google.com/p/open-data-kit OpenDataKit] have a suite of tools to use on Android.
     50 * [MobileAndroid Android applciations for Sahana] - including DeveloeprGuidelines for [http://code.google.com/p/open-data-kit OpenDataKit]'s suite of Android tools.
    4551 * UserGuidelinesMobile - how to use ODK Collect with Sahana Eden
    46  * [MobileAndroid Android Developer Guidelines]
    4752 * [http://bitbucket.org/javarosa/javarosa/wiki/OpenRosaAPI OpenRosa] - joint project between ODK & !JavaRosa
    4853