Skip to content

Latest commit

 

History

History
99 lines (51 loc) · 3.98 KB

README.md

File metadata and controls

99 lines (51 loc) · 3.98 KB

arcxp-mobile-sdk-android

codecov

A collection of documentation covering the Arc XP unified mobile SDK and sample projects.

Backend Setup

Before any of Arc XP's services can be used, a backend must be ready to connect to. See the reference below for more details.

Mobile SDK

Arc XP's mobile SDK allows access to Arc XP services and content, for Android and iOS applications. Access to the various services and media is available via a single SDK, documentation can be found around the following modules (commerce/content being optional).

  • (Subscriptions) Identity services for user management.
  • (Content) Fetching media to display in applications.
  • (Video) Fetching video on demand, and connecting to livestreams.

Initialization Guide

- Full SDK API Documentation

- can be generated by the dokkaHtml gradle task

Frequently Asked Questions

Security Best Practices

Follow these best practices to keep your application secure while using Arc XP mobile SDK.

Security Best Practices

Content Module

Optional Content module provides access to various types of content managed by Arc XP services, including text, photo, and video formats. 

Using the Module

Subscriptions Module

Optional Subscriptions module handles Identity services, such as logging in with Subscriptions and third party social network services.

Getting started

Using the Module

Video Module

Video module handles delivering video content, including ads, served by Arc XP services.

Getting started

Additional Video SDK documentation

Sample Apps

Arc XP's mobile sample apps demonstrate what using Arc XP services in real world applications might look like, while also providing a starting point for updating and customizing the project into something more suited to a specific client.

When it comes to cross platform development and using our mobile SDK we have experimented with React Native and found a way to incorporate our SDK into a RN project. Please see the article here: Using Mobile SDK with React Native

The Arc XP - News App

The Arc XP News demonstrates Arc XP services built into a mobile news app.

Arc XP TV

The Arc XP TV demonstrates Arc XP services built into a TV app, featuring video collections, a hero row, search, video data caching, and more.