All Projects → florent37 → Materialimageloading

florent37 / Materialimageloading

Licence: apache-2.0
Material image loading implementation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Materialimageloading

Picassopalette
Android Lollipop Palette is now easy to use with Picasso !
Stars: ✭ 366 (-7.58%)
Mutual labels:  image, picasso, material, glide, loading
Fiftyshadesof
An elegant context-care loading placeholder for Android
Stars: ✭ 1,110 (+180.3%)
Mutual labels:  material, view, custom, loading
Viewtooltip
A fluent tooltip for Android
Stars: ✭ 1,029 (+159.85%)
Mutual labels:  material, view, custom
Rximagepicker
Android图片相册预览选择器、支持AndroidX,支持图片的单选、多选、图片预览、图片文件夹切换、在选择图片时调用相机拍照
Stars: ✭ 85 (-78.54%)
Mutual labels:  image, glide, loading
Mkloader
Beautiful and smooth custom loading views
Stars: ✭ 1,377 (+247.73%)
Mutual labels:  view, custom, loading
Shapeofview
Give a custom shape to any android view, Material Design 2 ready
Stars: ✭ 2,977 (+651.77%)
Mutual labels:  material, view, custom
Arclayout
With Arc Layout explore new styles and approaches on material design
Stars: ✭ 1,662 (+319.7%)
Mutual labels:  material, view, custom
Glidepalette
Android Lollipop Palette is now easy to use with Glide
Stars: ✭ 1,670 (+321.72%)
Mutual labels:  picasso, material, glide
Atgmediabrowser
Image slide-show viewer with multiple predefined transition styles, with ability to create new transitions with ease.
Stars: ✭ 186 (-53.03%)
Mutual labels:  image, custom
React Native Perspective Image Cropper
Perform custom crop, resizing and perspective correction 📐🖼
Stars: ✭ 223 (-43.69%)
Mutual labels:  image, custom
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (-84.6%)
Mutual labels:  picasso, glide
Draggableimageviewer
大图浏览 & 图片查看&拖拽退出。类似于微信、B站的图片 & 视频浏览器。
Stars: ✭ 153 (-61.36%)
Mutual labels:  image, glide
RMGradientView
A Custom Gradient View Control for iOS with inspectable properties.
Stars: ✭ 24 (-93.94%)
Mutual labels:  custom, view
Shadowimageview
🔥可以根据图片内容变阴影颜色,更加细腻的阴影效果 It can change color according to the picture, more delicate shadow effect
Stars: ✭ 2,560 (+546.46%)
Mutual labels:  image, view
Vue Image Loader
Vue progressive image loader plugin like Medium
Stars: ✭ 47 (-88.13%)
Mutual labels:  image, loading
BaseDevelop
an android project for now fashion open source framework
Stars: ✭ 24 (-93.94%)
Mutual labels:  picasso, glide
React Native Fast Image
🚩 FastImage, performant React Native image component.
Stars: ✭ 6,500 (+1541.41%)
Mutual labels:  image, glide
neon
Provides Jetpack Compose support for different image loading libraries.
Stars: ✭ 13 (-96.72%)
Mutual labels:  picasso, glide
Coroutines-Animations
Use the power of kotlin coroutines to execute your android animations
Stars: ✭ 31 (-92.17%)
Mutual labels:  custom, view
Incrementproductview
Interesting concept of products incrementation
Stars: ✭ 262 (-33.84%)
Mutual labels:  view, custom

MaterialImageLoading

Build Status Android Arsenal

Material image loading implementation

Android app on Google Play

Build screen

Sample

And have a look on a sample Youtube Video : Youtube Link

[Video] (https://www.youtube.com/watch?v=hvHzVnMTYGk)

Download

Buy Me a Coffee at ko-fi.com

In your module Download

compile 'com.github.florent37:materialimageloading:1.0.2'

Usage

Simply use MaterialImageLoading.animate for example

Picasso.with(this).load(url).fit().centerCrop().into(imageView, new Callback() {

            @Override
            public void onSuccess() {
                MaterialImageLoading.animate(imageView).setDuration(2000).start();
            }

            @Override
            public void onError() {

            }
        });

TODO

Community

Looking for contributors, feel free to fork !

Tell me if you're using my library in your application, I'll share it in this README

Thanks

  • Picasso used for the sample (from Square)

Credits

Author: Florent Champigny

Android app on Google Play Follow me on Google+ Follow me on Twitter Follow me on LinkedIn

License

Copyright 2015 florent37, Inc.

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.
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].