Skip to content

Configure Application With Library

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

Android Setup

    1. Define LibraryDescriptor.xml file for your library project.

![] (https://raw.github.com/Siminov/core/docs/github/v2.0/configuring_library_1.android.png "")

Note

  • LibraryDescriptor.xml should not be place in assets folder. Create new package and place all descriptors in that.
    1. Configure LibraryDescriptor.xml in your application.

![] (https://raw.github.com/Siminov/core/docs/github/v2.0/configuring_library_2.android.png "")

Note

  • While configuring DatabaseDescriptor.xml file you need to provide full library package name in which LibraryDescriptor.xml file is defined.

iOS Setup

    1. Define LibraryDescriptor.xml file for your library project.

![] (https://raw.github.com/Siminov/core/docs/github/v2.0/configuring_library_1.ios.png "")

Note

  • LibraryDescriptor.xml should not be place in assets folder. Create new package and place all descriptors in that.
    1. Configure LibraryDescriptor.xml in your application.

![] (https://raw.github.com/Siminov/core/docs/github/v2.0/configuring_library_2.ios.png "")

Note

  • While configuring DatabaseDescriptor.xml file you need to provide full library package name in which LibraryDescriptor.xml file is defined.

Windows Setup

    1. Define LibraryDescriptor.xml file for your library project.

![] (https://raw.github.com/Siminov/core/docs/github/v2.0/configuring_library_1.windows.png "")

Note

  • LibraryDescriptor.xml le should not be place in assets folder. Create new package and place all descriptors in that.
    1. Configure LibraryDescriptor.xml in your application.

![] (https://raw.github.com/Siminov/core/docs/github/v2.0/configuring_library_2.windows.png "")

Note

  • While configuring DatabaseDescriptor.xml file you need to provide full library package name in which LibraryDescriptor.xml file is defined.