Changes between Version 67 and Version 68 of BluePrint/Mobile
- Timestamp:
- 06/14/12 18:55:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile
v67 v68 4 4 We want clients on Mobile devices to be able to talk to Sahana Eden servers. 5 5 6 == Online == 6 7 The simplest way to do this is to provide a layout for the web application suitable for smaller screens: 7 8 * BluePrint/Mobile/Portal 8 9 * [wiki:BluePrint/CSS#MobileView] 9 10 11 An 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 == 10 15 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: 11 16 * SMS … … 41 46 XForms can be submitted using SMS by including the encoding format within the XForm so that client & server agree on the encoding: 42 47 * http://bitbucket.org/javarosa/javarosa/wiki/SMSSendingAPI 48 43 49 == 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. 45 51 * UserGuidelinesMobile - how to use ODK Collect with Sahana Eden 46 * [MobileAndroid Android Developer Guidelines]47 52 * [http://bitbucket.org/javarosa/javarosa/wiki/OpenRosaAPI OpenRosa] - joint project between ODK & !JavaRosa 48 53