登录
首页 » Java » Android 蓝牙连接,解决数据报文分段 实例源码

Android 蓝牙连接,解决数据报文分段 实例源码

于 2014-08-29 发布
0 140
下载积分: 1 下载次数: 0

代码说明:

Android 蓝牙连接,解决数据报文分段 实例源码

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

发表评论

0 个回复

  • android Imageloader 显示网络图片 例子源码
    android Imageloader 显示网络图片 例子源码
    2015-05-29下载
    积分: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
  • 连连支付功能
    连连支付功能
    2015-06-17下载
    积分:1
  • Android事务提醒源码
    Android事务提醒源码
    2014-07-28下载
    积分:1
  • Bregman算法
    Bregman算法的原理,非常详尽的解释
    2020-05-26下载
    积分:1
  • android 截图示例源码下载
    android 截图示例源码下载
    2013-10-23下载
    积分:1
  • android 读取天气信息源码下载,简洁天气仿墨迹天气
    android 读取天气信息源码下载,简洁天气仿墨迹天气
    2015-04-24下载
    积分:1
  • 障碍检测和路径规划的MATLAB仿真
    可以根据当前所在位置的图像,给出坐标。判断出障碍物的个数和给出最优的可以路线 实现简单的路径规划功能
    2019-04-26下载
    积分:1
  • android 高仿新浪微博源码下载(含侧边栏滑动效果)
    实现了新浪微博的 登陆、注册、分享等功能
    2015-05-21下载
    积分:1
  • 本地视频录制,自动对焦,焦距,分辨率设置
    本地视频录制,自动对焦,焦距,分辨率设置
    2014-12-15下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载