Skip to content

FamilySearch/mobile-android-sample

Repository files navigation

mobile-android-sample

This is a sample native android app that you can use as a starting point in creating your own mobile app that integrates with FamilySearch APIs.

For other sample apps and SDK information see https://familysearch.org/developers/libraries

Tools required

In order to use this demo application you must first have installed:

  • Android Studio
  • Android SDK version 23 (Can be installed from within Android Studio, or with homebrew brew install android-sdk)
  • JDK7
  • An API key issued by Family Search. Place ths key inside of AppKeys.java

Create AppKeys.java file

Create a file called AppKeys.java in the folder app/src/main/java/org/familysearch/sampleapp. Add a static String variable named API_KEY, with the value being your FamilySearch app key.

Example:

package org.familysearch.sampleapp;

public class AppKeys {
    public static final String API_KEY = "your_api_key";
}

Screen Shots

screenshot screenshot screenshot screenshot

About

Sample mobile native android app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages