All Projects → charbgr → Litho Picasso

charbgr / Litho Picasso

Licence: mit
Picasso image-loading Component for Litho

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Litho Picasso

ExamplesAndroid
Simple Example of Android [APIFacebook,APIGoogleMaps,APITwitter,Volley,Picasso etc etc etc]
Stars: ✭ 24 (-72.41%)
Mutual labels:  picasso
Kotlin Android Mvp Starter
Create/Generate your kotlin MVP projects easily
Stars: ✭ 270 (+210.34%)
Mutual labels:  picasso
Gallery
图片缩放以及相册的实现
Stars: ✭ 24 (-72.41%)
Mutual labels:  picasso
neon
Provides Jetpack Compose support for different image loading libraries.
Stars: ✭ 13 (-85.06%)
Mutual labels:  picasso
udacity-popular-movies
Udacity Popular Movies Android App Stage 2
Stars: ✭ 18 (-79.31%)
Mutual labels:  picasso
Moviehub
Showcases popular movies, tv shows, and people from The Movie Database
Stars: ✭ 325 (+273.56%)
Mutual labels:  picasso
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (-48.28%)
Mutual labels:  picasso
Android Cardview Recyclerview
Let's play with Android CardView, RecyclerView, Retrofit and Picasso Library. You can read details procedure about those library in my Bengali blog site.
Stars: ✭ 72 (-17.24%)
Mutual labels:  picasso
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-85.06%)
Mutual labels:  picasso
Scrollgalleryview
🌉 Android image gallery with bottom scroll view
Stars: ✭ 481 (+452.87%)
Mutual labels:  picasso
BaseDevelop
an android project for now fashion open source framework
Stars: ✭ 24 (-72.41%)
Mutual labels:  picasso
faker
A kotlin extension to load images asynchronously on android
Stars: ✭ 58 (-33.33%)
Mutual labels:  picasso
Picassopalette
Android Lollipop Palette is now easy to use with Picasso !
Stars: ✭ 366 (+320.69%)
Mutual labels:  picasso
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (-29.89%)
Mutual labels:  picasso
Chatapp
Chat App with all functionality private chat, contacts, friends request, find friends,for profile settings image cropper functionality, settings, logout also send text, image and all type of files, delete your files for you and everyone , login with email and mobile number and real time database firebase and for notification purpose Node Js used.
Stars: ✭ 25 (-71.26%)
Mutual labels:  picasso
ZigzagRecyclerView
A library that gives you a slant on the traditional Grid Recycler View ♻️
Stars: ✭ 27 (-68.97%)
Mutual labels:  picasso
Kotlin Android Mvvm Starter
Android Kotlin Starter is a starter project which implements MVVM Pattern.
Stars: ✭ 276 (+217.24%)
Mutual labels:  picasso
Android Mvp Starter
Create/Generate your MVP projects easily
Stars: ✭ 72 (-17.24%)
Mutual labels:  picasso
Picassofacedetectiontransformation
A memory efficient Android image transformation library providing cropping above Face Detection (Face Centering) for Picasso.
Stars: ✭ 854 (+881.61%)
Mutual labels:  picasso
Materialimageloading
Material image loading implementation
Stars: ✭ 396 (+355.17%)
Mutual labels:  picasso

Litho - Picasso

Litho Picasso is a Litho compatible library, which provides an Image Component compatible with Picasso. Litho-PicassoX supports a wide part of Picasso's functionality and is compatible with Android X. If you notice that anything is missing ping me :)

How to use

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

implementation 'com.github.charbgr:litho-picassox:1.0'

Add PicassoImage component on your own Component :)

PicassoImage.create(componentContext)
    .imageUrl(image)
    .fit(true)
    .centerCrop(true)
    .buildWithLayout();

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

Other

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

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

License

MIT License

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

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].