Mobile Solution MethodologiesSee a sample Demo

Integration using the Mobile Web
Merits
- Independent of Device
- No additional software on the device
- Easy to make changes to the application
- Follows open web standards
Demerits
- Cannot read or write data on the device
- No offline support
- Slower to load and run
- User often has to click and wait
- No Notifications
Integration using Sync
Merits
- User need not be aware of application on device
- Can read and write to and from the device
- Bi-Directional sync possible
- Existing applications to view synced data (such as contacts and appointments)
- Most devices provide out of the box sync with Domino/Exchange
Demerits
- Sync for custom objects is complex to implement
- Issues with Data conflicts
- Sync of custom objects may also require custom applications to be written to view those objects e.g., Leads
Integration using Native Applications
Merits
- Advanced graphics and animation
- Fastest performance
- Read and write custom data
- Custom Menus
- Workflow support
- Offline support
- Unlock the full power of the device
- Centrally Manage rollout of apps
Demerits
- Device dependant




