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

Volley的ImageLoader和UIL的ImageLoader #9

Open
yohom opened this issue Apr 2, 2015 · 1 comment
Open

Volley的ImageLoader和UIL的ImageLoader #9

yohom opened this issue Apr 2, 2015 · 1 comment

Comments

@yohom
Copy link

yohom commented Apr 2, 2015

storm你好,鄙人最近也在学习这个项目,发现FeedsAdapter.java和ImageViewActivity.java中分别用了Volley和UIL的ImageLoader从网络上下载图片数据,想问一下这两个ImageLoader之间的区别,加载图片时的特点?分别在哪些场合比较适合使用?
另外还有一个不是很明白的地方,在FeedsDataHelper.java中deleteAll()为何没有用bulkInsert(List feeds)方法和query(long id)方法的处理方式(调用ContentProvider的对应方法),而是直接在deleteAll中直接获取了SQLiteDatabase,通过SQLiteDatabase对象来操作(删除)数据?

@hloong
Copy link

hloong commented Jun 1, 2015

你可以看codekk.com里有对这2个的源码分析

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

No branches or pull requests

2 participants