This repository was archived by the owner on Feb 8, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork54
Material image loading implementation
License
NotificationsYou must be signed in to change notification settings
florent37/MaterialImageLoading
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Material image loading implementation

And have a look on a sample Youtube Video :Youtube Link
[
compile'com.github.florent37:materialimageloading:1.0.2'Simply use MaterialImageLoading.animatefor 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() { } });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
- Picasso used for the sample (from Square)
Author: Florent Champigny




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.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.About
Material image loading implementation
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.

