litho-glide

Glide image loading Component for Litho

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.pavlospt
ArtifactId

ArtifactId

litho-glide
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

aar
Description

Description

litho-glide
Glide image loading Component for Litho
Project URL

Project URL

https://github.com/pavlospt/litho-glide
Source Code Management

Source Code Management

https://github.com/pavlospt/litho-glide

Download litho-glide

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.facebook.litho : litho-annotations jar 0.28.0
com.facebook.litho : litho-core jar 0.28.0
com.github.bumptech.glide : glide jar 3.8.0
androidx.fragment » fragment jar 1.0.0

Project Modules

There are no modules declared in this project.

Litho - Glide

Litho Glide is a Litho compatible library, which provides an Image Component compatible with Glide. Litho-Glide supports a wide part of Glide's functionality. If you notice that anything is missing ping us :)

Inspiration: http://www.jayrambhia.com/blog/android-litho-gifs

How to use

Add the following dependency on your app's build.gradle:

compile 'com.github.pavlospt:litho-glide:1.6'

Add GlideImage component on your own Component :)

GlideImage.create(c)
    .imageUrl(image)
    .aspectRatio(aspectRatio)
    .centerCrop(true)
    .build();

Here you can find a sample ComponentSpec that uses GlideImage component.

Other

Litho repository: https://github.com/facebook/litho

Litho documentation: http://fblitho.com/docs/getting-started

License

MIT License

Copyright (c) 2017 Pavlos-Petros Tournaris & Vasilis Charalampakis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1
1.0