Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 3.64 KB

README.md

File metadata and controls

63 lines (44 loc) · 3.64 KB

OneNote API Android Sample README

Created by Microsoft Corporation, 2014. Provided As-is without warranty. Trademarks mentioned here are the property of their owners.

API functionality demonstrated in this sample

The following aspects of the API are covered in this sample. You can find additional documentation at the links below.

Prerequisites

Tools and Libraries you will need to download, install, and configure for your development environment.

Be sure to verify the prerequisites for these too.

Accounts

Using the sample

After you've setup your development tools, and installed the prerequisites listed above,....

  1. Download the repo as a ZIP file to your local computer, and extract the files. Or, clone the repository into a local copy of Git.
  2. Import the Android code into a workspace/project in Android development tools.
  3. Get a client ID string and copy it into the file: .../src/com/example/onenoteservicecreatepageexample/Constants.java
  4. Import and Reference the Live Connect SDK source code.
  5. Build and run the Android app.
  6. Authenticate in the running app, using your Microsoft account.
  7. Allow the app to create new pages in OneNote.

Version Info

This is the initial public release for this code sample.

Learning More