CapsuleCorp Library

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

License

License

Categories

Categories

Capsule Build Tools Distribution ORM Data
GroupId

GroupId

com.github.alorma
ArtifactId

ArtifactId

capsulecorp
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

aar
Description

Description

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

Download capsulecorp

How to add to project

<!-- 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"]

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.

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.

Versions

Version
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0