Skip to content
Casey Kulm edited this page Mar 8, 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. Configure the module(s) in your Android Studio project.
  3. 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 keys to access staging and production data
  • Android Studio
  • Minimum Android API Version 15

Clone this wiki locally