登录
首页 » Java » 使用SQLite缓存数据(缓存文本和大图片)例子源码下载

使用SQLite缓存数据(缓存文本和大图片)例子源码下载

于 2015-03-02 发布
0 232
下载积分: 1 下载次数: 0

代码说明:

    使用SQLite缓存数据,缓存 大图片 小图片 文字 等信息

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 刮刮卡 例子源码下载
    android 刮刮卡 例子源码下载
    2014-12-01下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • gallry输出视频每一帧图片
    实现截取视频中每一帧图片在gallry上显示出来
    2014-06-26下载
    积分:1
  • android系统控制onvif协议摄像头app源码
    android-onvif是一个基于android系统控制onvif协议摄像头的软件项目,例如海康摄像头等。本项目已将接口封装,使用简单。后续将扩展更多功能。。。功能介绍探索与发现摄像头摄像头参数获取和获取摄像头账号密码修改摄像头的固件升级摄像头截图修改摄像头时间重启摄像头修改摄像头ip
    2021-05-06下载
    积分:1
  • 最近公司在做即时通讯 仿微信 QQ的
    最近公司在做即时通讯 仿微信 QQ的
    2014-10-17下载
    积分:1
  • android 异步post送请求获取json
    异步post发送请求获取json,有完整的demo,完整的jar包
    2014-10-21下载
    积分:1
  • android 底部tab签实例源码下载(Fragment实现)
    android 底部tab签实例源码下载(Fragment实现)
    2015-01-23下载
    积分:1
  • android 自动升级示例源码
    android 自动升级示例源码
    2014-06-29下载
    积分:1
  • 基于Matlab的多频外差模拟程序
    本程序是记忆李中伟博士的博士论文来实现;Matlab仿真代码;测试通过;
    2019-04-16下载
    积分:1
  • 搜索实例 TSearch
    搜索实例 TSearch
    2015-01-20下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载