-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4a3c7b
commit f47e0a3
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Video_Widget | ||
Application to showcase the Video Widget APIs | ||
|
||
**Description:** | ||
|
||
Application to showcase the Video Widget APIs | ||
|
||
**Purpose:** | ||
|
||
This application will showcase the following features of the Kony Video Widget. | ||
|
||
* The Video Widget helps to play the video files captured using the device's camera, videos from the app resources, | ||
and from the servers/websites by streaming data within a form. | ||
* Using kony native API's one can access the Play, Pause and volume functionality and visibility of the video. | ||
|
||
**Limitations of video widget on iOS:** | ||
|
||
1. The Application requires XCODE, 7.0 or greater. | ||
2. While building the app in XCODE, for the KRelease target , edit the scheme and ensure that the Build Configuration is set to Release. | ||
3. To run the app on iOS simulator do the this change. Navigate to the folder "native binding" as VMAppWithKonylib -> gen -> native binding. In the file mastersConf.conf change the value of “targetType” from “device" to “simulator". Run extract.pl. | ||
|
||
**To run this application:** | ||
|
||
1. Download the project zip file. | ||
2.Extract the project to any folder, zip the main project file and import into the visualizer. | ||
3. Launch Kony Visualizer Enterprise version 7.0. | ||
4. Import the project by selecting the VideoWidget folder. | ||
5. Build & run the app for android. | ||
|
||
|
||
**Supported platforms:** | ||
|
||
**Mobile** | ||
* Android. | ||
* iPhone. | ||
|
||
|