• iOS
  • Android

Features

  • Supports Native Tab Application creation.
  • Supports Built-in Net connection status and Progress Indicator.
  • Supports Home Page with build-in Authentication
  • Accelerometer: Measures tilt, motion, rotation and motion gestures such as swinging or shaking of a device.
  • AddContacts: To add more than one contact in the device.
  • Camera: Enables to take picture and choose picture from the device.
  • Capture: Enables to capture image, audio and video and returns the result as Media File.
  • Compass: To detect the magnetic direction of the device.(not supported in iPod Touch)
  • Connection Details: Detect whether network is connected or not and returns the connection type.
  • DeviceInfo: Shows the device details like name, version.
  • GetContacts: Gets the information about Contacts like FirstName, LastName, CompanyName, PhoneList, EmailList, AddressList etc.
  • LocationDetails: Produces information about the device's present physical location.
  • File: To create, manipulate and store the files from/to device with Encryption/Decryption support.
  • SearchContacts: Enables to search the contacts by name, email and phone number.
  • Notifications: Enables notification by beep sound, vibration and alert dialog.(vibration is not supported in iPod Touch)
  • IPAddress: Shows the IPAddress of the connected network in the device.
  • Storage: To access the local sqlite database.

Changes

  • Library name is changed from "Syncfusion.Native.IOS" to "Orubase.Native.iOS"
  • Camera API will return the image in base64 format instead of device path.
  • Capture API will also return the image, audio and video files in base64 format.

Features

  • Supports Native Tab Application Creation.
  • Supports Built-in Splash Screen, BackKeyAlert, Net connection status and Progress Indicator
  • Supports Home Page with build-in Authentication
  • Accelerometer: Measures tilt, motion, rotation and motion gestures such as swinging or shaking of a device.
  • AddContacts: To add more than one contact in the device.
  • Camera: Enables to take picture and choose picture from the device.
  • Capture: Enables to capture image, audio and video and returns the result as Media File.
  • Compass: To detect the magnetic direction of the device.
  • Connection Details: Detect whether the network is connected or not and returns the connection type.
  • DeviceInfo: Shows the device details like name, version.
  • GetContacts: Gets the information about Contacts like FirstName, LastName, HomePhoneNumber, WorkPhoneNumber, HomeAddress, OrganisationAddress etc.
  • LocationDetails: Produces information about the device's present physical location.
  • File: To create, manipulate and store the files from/to phone/sdcard with Encryption/Decryption support.
  • SearchContacts: Enables to search the contacts by name, email and phone number.
  • Notifications: Enables notification by beep sound, vibration and alert dialog.
  • IPAddress: Shows the IPAddress of the connected network in the device.
  • Storage: To access the local sqlite database.

Changes

  • Library name has been changed from "syncfusion.native.android" to "orubase.native.android".
  • Namespace has been changed from "syncfusion.Native.Android" to "orubase.Native.Android".
  • Camera API will return the image in base64 format instead of device path.
  • Capture API will also return the image, audio and video files in base64 format.

Fixes

  • Orubase.SQLiteStorage error reported in Forum ID 106418 has been fixed.
Top