我从互联网上下载一些图片并通过
将这些图片放入listView Ion.with(holder.userImage).placeholder(R.drawable.ic_action_person).error(R.drawable.ic_launcher).load("http://example.de/img/"+name+".jpg");
现在我希望应用程序在没有连接到Internet的情况下运行。所以我的问题是:
谢谢你的帮助