Generate statements for LRS in Android

370 Views Asked by At

I have to send information to a LRS retrieved from some xAPI content using an Android application. Is there some libraries or "best practices" that helps to create these statements?

1

There are 1 best solutions below

2
On

There is TinCanJava which is an open source library that should work on Android. It implements the data model and LRS communication for xAPI. Find it here:

http://rusticisoftware.github.io/TinCanJava/

There is also the TinCanAndroid-Offline library which leverages the above, though it is getting a bit dated. I would suggest anyone looking at it take a close look at the source to understand it, and perhaps implement some of the functionality themselves. It is available at:

https://github.com/RusticiSoftware/TinCanAndroid-Offline