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.
- See http://www.cybergarage.org for more information.
- CyberLink4Java
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'
<dependency>
<groupId>com.charonchui.cyberlink</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
</dependency>
- Charon Chui - charon.chui@gmail.com
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.