Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BitmapDisplayConfig内添加回调配置对象,可以针对不同的View做回调显示处理 #60

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kvgnt
Copy link
Contributor

@kvgnt kvgnt commented Dec 27, 2013

FinalBitmap的显示统一使用 Displayer.loadCompletedisplay()实现处理
使用:
FinalBitmap fb = FinalBitmap.create(ctx);
fb.display(imgView,uri, new BitmapDisplayConfig().setDisplayer(new Displayer(){
@OverRide
public void loadCompletedisplay(View imageView, Bitmap bitmap, BitmapDisplayConfig config) {
// TODO Auto-generated method stub
}
@OverRide
public void loadFailDisplay(View imageView, Bitmap bitmap) {
// TODO Auto-generated method stub
}
}));

FinalBitmap的显示统一使用 Displayer.loadCompletedisplay()实现处理
增加 getCount
增加 getCount,dropDB增加where条件句(null时还是使用默认语句)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant