Skip to content

Siminov Descriptors

Siminov Framework edited this page Dec 25, 2015 · 10 revisions

![Siminov Descriptors] (https://raw.githubusercontent.com/Siminov/connect/docs/github/v2.0/descriptors.android.png "Siminov Descriptors")

Siminov Framework works based on a set of defined descriptors which can be broadly classified as

  • Application Descriptor - ApplicationDescriptor.xml: Application Descriptor is the one who connects application to Siminov Framework. It provide basic information about application, which defines the behavior of application.

  • Service Descriptor - ServiceDescriptor.xml: Service Descriptor is the one who defines the schema of database.

  • Sync Descriptor - SyncDescriptor.xml: Sync Descriptor is the one who defines the properties of sync.

  • Notification Descriptor - NotificationDescriptor.xml: Notification Descriptor is the one who defines the properties of push notification.

  • Library Descriptor - LibraryDescriptor.xml: Library Descriptor is the one who defines the properties of library.

Note:

All descriptor file name should end with .xml.