CapsuleCorp Library

Android library to display colors, texts, images or anything in a view with columns or squares

Лицензия

Лицензия

Категории

Категории

Capsule Компиляция и сборка Distribution ORM Данные
Группа

Группа

com.github.alorma
Идентификатор

Идентификатор

capsulecorp
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

aar
Описание

Описание

CapsuleCorp Library
Android library to display colors, texts, images or anything in a view with columns or squares

Скачать capsulecorp

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.alorma/capsulecorp/ -->
<dependency>
    <groupId>com.github.alorma</groupId>
    <artifactId>capsulecorp</artifactId>
    <version>1.0.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alorma/capsulecorp/
implementation 'com.github.alorma:capsulecorp:1.0.5'
// https://jarcasting.com/artifacts/com.github.alorma/capsulecorp/
implementation ("com.github.alorma:capsulecorp:1.0.5")
'com.github.alorma:capsulecorp:aar:1.0.5'
<dependency org="com.github.alorma" name="capsulecorp" rev="1.0.5">
  <artifact name="capsulecorp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.alorma', module='capsulecorp', version='1.0.5')
)
libraryDependencies += "com.github.alorma" % "capsulecorp" % "1.0.5"
[com.github.alorma/capsulecorp "1.0.5"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

CapsuleCorp library

CapsuleCorp library provides easy way to display images text and colors in a square view

You can display Colors

Screen

Texts

Screen

Images

Screen

And, of course, a mix of them

Screen

Demo app

Sample application: The demo is a showcase of the functionality of the library.

  • Dropbox

  • Available soon in Google Play

USAGE

Import library in your build.gradle.

dependencies {
    compile 'com.github.alorma:capsulecorp:1.0.1'
}

Next steps

  • Allow force number of capsules to display
  • Animations
  • ImagesCapsule performance

LICENSE

Copyright 2014 Bernat Borrás Paronella

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.

Версии библиотеки

Версия
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0