Jump to content

develop support for Android apps and TV clients?


baiyou

Recommended Posts

KVS Website UI section provides all necessary to design any API you want. You can create any lists with any display format (e.g. format output in XML instead of HTML and render with javascript or Android Java).

 

E.g. creating app support for KVS is like to create a custom theme, KVS engine already has all the needed support and nothing is needed from KVS team here. Therefore please check with theme developers about this.

 

For example create a page named api_videos_list and add list_videos block on it. In list_videos block configure this template:

 

<videos>
{{foreach from=$data item="item"}}
<video>
<title><![CDATA[{{$item.title}}]]></title>
<description><![CDATA[{{$item.description}}]]></description>
<duration>{{$item.duration}}</duration>
</video>
{{/foreach}}
</videos>

 

Here you already have XML API that you can use from your Android APP to query list of videos from KVS by sending GET to this URL:

http://domain.com/api_videos_list.php

  • Like 1
Link to comment
Share on other sites

KVS Website UI section provides all necessary to design any API you want. You can create any lists with any display format (e.g. format output in XML instead of HTML and render with javascript or Android Java).

 

E.g. creating app support for KVS is like to create a custom theme, KVS engine already has all the needed support and nothing is needed from KVS team here. Therefore please check with theme developers about this.

 

For example create a page named api_videos_list and add list_videos block on it. In list_videos block configure this template:

 

<videos>
{{foreach from=$data item="item"}}
<video>
<title><![CDATA[{{$item.title}}]]></title>
<description><![CDATA[{{$item.description}}]]></description>
<duration>{{$item.duration}}</duration>
</video>Thank you very much for your answer. Does the official plan to develop support for multi-track, multi-subtitle, HLS playback support programs? If you need to customize these, how to price?
{{/foreach}}
</videos>

 

Here you already have XML API that you can use from your Android APP to query list of videos from KVS by sending GET to this URL:

http://domain.com/api_videos_list.php

Thank you very much for your answer. Does the official plan to develop support for multi-track, multi-subtitle, HLS playback support programs? If you need to customize these, how to price?

Link to comment
Share on other sites

  • 2 years later...
  • 2 months later...


Hey there! Just saw your post. Clearly it’s irrelevant now, but we just wanted to let you know that we’re capable of carrying out this task.
Our team developed an API for Android app before. Here, take a look https://wwv.sslkn.porn/app/eng/.
We’re also experienced in developing mobile applications from scratch (using framework).
Please feel free to ask questions, write to us at adulthtml@gmail.com any time.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...