/fs-platform-android

Android libraries and utils for accessing the FamilySearch Platform API

Primary LanguageJavaApache License 2.0Apache-2.0

This project has been deprecated in favor of gedcomx-java

The use gedcomx-java in Android add the following dependency to your project:

compile ('org.gedcomx:gedcomx-model:1.0.158.M1') {
    exclude module: 'woodstox-core'
    exclude module: 'jaxb-impl'
}

Welcome

FamilySearch Android Platform is a library and samples that allow you to quickly begin and easily write Android applications which connects with FamilySearch servers and manipulate GEDCOM X objects.

See the developer site for more information writing applications that use the FamilySearch API. See the wiki for more information about GEDCOM X.

Simple XML is used to serialize/deserialize the xml representation of the GedcomX and FamilySearch model objects. See the Simple XML site for more information using Simple XML.

The main way to build this is using gradle and/or Android Studio.