https://github.com/kaltura/androidreferenceapp
Kaltura Reference Mobile app for Android
https://github.com/kaltura/androidreferenceapp
Last synced: 28 days ago
JSON representation
Kaltura Reference Mobile app for Android
- Host: GitHub
- URL: https://github.com/kaltura/androidreferenceapp
- Owner: kaltura
- Created: 2013-03-18T13:26:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T18:11:44.000Z (almost 5 years ago)
- Last Synced: 2025-06-08T15:08:39.856Z (4 months ago)
- Language: Java
- Size: 4.08 MB
- Stars: 4
- Watchers: 27
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Package contents
=================
- The Kaltura client library base (KalturaClientBase, KalturaObjectBase...)
- Auto generated core APIs (KalturaClient...)
- Required JAR files
- Project files
- Library test code and data files (KalturaClientTester/*)
- Reference application (DemoApplication/*)
- PlayerSDK submoduleRunning the test code
======================
1. Import the projects into Eclipse -
a. right click in the Package Explorer
b. Import...
c. Android->Existing Android Code Into Workspace
2. Edit KalturaClientTester/src/com.kaltura.client.test/KalturaTestConfig and fill out your Kaltura account information
3. Right click on KalturaClientTester/src/com.kaltura.client.test/KalturaTestSuite
4. Run As->Android JUnit TestRunning the demo application
=============================
1. Init PlayerSDK submodule to your local path
2. Import the projects into Eclipse (KalturaClient, Kaltura and PlayerSDK)
2. Edit com.kaltura.activity.Splash/src/com.kaltura.activity/Settings.java
3. Search for etEmail.setText and etPassword.setText
4. Set the default user / password to the credentials of you Kaltura KMC account
5. Hit the play button