utilities-android

Android utility library meant to be used in other VTT's NUBOMEDIA related Android projects.

License

License

GroupId

GroupId

fi.vtt.nubomedia
ArtifactId

ArtifactId

utilities-android
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

utilities-android
Android utility library meant to be used in other VTT's NUBOMEDIA related Android projects.
Project URL

Project URL

https://github.com/nubomedia-vtt/utilities-android
Source Code Management

Source Code Management

https://github.com/nubomedia-vtt/utilities-android

Download utilities-android

How to add to project

<!-- https://jarcasting.com/artifacts/fi.vtt.nubomedia/utilities-android/ -->
<dependency>
    <groupId>fi.vtt.nubomedia</groupId>
    <artifactId>utilities-android</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fi.vtt.nubomedia/utilities-android/
implementation 'fi.vtt.nubomedia:utilities-android:1.0.2'
// https://jarcasting.com/artifacts/fi.vtt.nubomedia/utilities-android/
implementation ("fi.vtt.nubomedia:utilities-android:1.0.2")
'fi.vtt.nubomedia:utilities-android:aar:1.0.2'
<dependency org="fi.vtt.nubomedia" name="utilities-android" rev="1.0.2">
  <artifact name="utilities-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='fi.vtt.nubomedia', module='utilities-android', version='1.0.2')
)
libraryDependencies += "fi.vtt.nubomedia" % "utilities-android" % "1.0.2"
[fi.vtt.nubomedia/utilities-android "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

License badge

Copyright © 2016 VTT. Licensed under Apache 2.0 License.

utilities-android

This repository contains an Android utility library meant to be used in other VTT's NUBOMEDIA related Android projects. It's a support library for reducing code redundancy.

What is NUBOMEDIA

This project is part of NUBOMEDIA, which is an open source cloud Platform as a Service (PaaS) which makes possible to integrate Real Time Communications (RTC) and multimedia through advanced media processing capabilities. The aim of NUBOMEDIA is to democratize multimedia technologies helping all developers to include advanced multimedia capabilities into their Web and smartphone applications in a simple, direct and fast manner. To accomplish that objective, NUBOMEDIA provides a set of APIs that try to abstract all the low level details of service deployment, management, and exploitation allowing applications to transparently scale and adapt to the required load while preserving QoS guarantees.

Repository structure

This repository consists of an Android Studio library project with gradle build scripts.

Documentation

This project has no formal documentation as it is a support library and does not provide a public API.

Usage

You can import this project to your own Android Studio project via Maven (jCenter or Maven Central) by adding the following line to module's build.gradle file:

compile 'fi.vtt.nubomedia:utilities-android:(version-code)'

The latest version code of the artifact can be found on maven artifact page.

Source

The source code is available in Github

Licensing and distribution

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.

Contribution policy

You can contribute to the Nubomedia community through bug-reports, bug-fixes, new code or new documentation. For contributing to the Nubomedia community, drop a post to the Nubomedia Public Mailing List providing full information about your contribution and its value. In your contributions, you must comply with the following guidelines

  • You must specify the specific contents of your contribution either through a detailed bug description, through a pull-request or through a patch.
  • You must specify the licensing restrictions of the code you contribute.
  • For newly created code to be incorporated in the Nubomedia code-base, you must accept Nubomedia to own the code copyright, so that its open source nature is guaranteed.
  • You must justify appropriately the need and value of your contribution. The Nubomedia project has no obligations in relation to accepting contributions from third parties.
  • The Nubomedia project leaders have the right of asking for further explanations, tests or validations of any code contributed to the community before it being incorporated into the Nubomedia code-base. You must be ready to addressing all these kind of concerns before having your code approved.

Support

Support is provided through the Nubomedia Public Mailing List

fi.vtt.nubomedia

Versions

Version
1.0.2
1.0.1
1.0.0