CharonChui / CyberLink4Android

CyberLink for Android is a development package for UPnP™ developers on Android development. CyberLink controls these protocols automatically, and supports to create your devices and control points quickly.The file on www.cybergarage.org for Android can only realize the find and browse function, so I combine the Cyberlink4Java and the jar for Android make this Cyberlink for Android. http://www.cybergarage.org/twiki/bin/view/Main/CyberLinkForJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CyberLink4Android

CyberLink for Android is a DLNA development package for UPnP™ developers on Android development. CyberLink controls these protocols automatically, and supports to create your devices and control points quickly.The file on www.cybergarage.org for Android can only realize the find and browse function, so I combine the Cyberlink4Java and the jar for Android make this Cyberlink for Android.

image image image

Status

  • Maven Central

Usage

for Gradle

If you are building with Gradle, simply add the following line to the dependencies section of your build.gradle file :
compile 'com.charonchui.cyberlink:library:1.0.0'

for Maven

<dependency>
  <groupId>com.charonchui.cyberlink</groupId>
  <artifactId>library</artifactId>
  <version>1.0.0</version>
</dependency>

Developed By

License

Copyright (C) 2013 Charon Chui <charon.chui@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

CyberLink for Android is a development package for UPnP™ developers on Android development. CyberLink controls these protocols automatically, and supports to create your devices and control points quickly.The file on www.cybergarage.org for Android can only realize the find and browse function, so I combine the Cyberlink4Java and the jar for Android make this Cyberlink for Android. http://www.cybergarage.org/twiki/bin/view/Main/CyberLinkForJava


Languages

Language:Java 100.0%