Skip to content
Sergio Azua edited this page Jan 21, 2016 · 12 revisions

Welcome to the Bazaarvoice SDK (BVSDK)! The BVSDK provides a modular SDK architecture so you can easily and quickly integrate Bazaarvoice products into your native Android application!

Getting Started

TL;DR; If you are new to the BVSDK and just want to jump into the code, checkout an overview of the example projects and how to run them.

  1. Procure your API Key and Client Id
  2. Install the BVSDK Component(s) you want to work with.
  3. Configure the module(s) in your Android Studio project.
  4. Create wonderful apps!

Requirements

  • Bazaarvoice Platform API version 5.4 or older (for Conversations)
  • Signed Data Usage Amendment, if not already in place
  • API configured and enabled by Bazaarvoice
  • API key to access client's staging and production data
  • Android Studio
  • Minimum Android API Version 15

Clone this wiki locally