-
android apk增量更新解决方案
android apk增量更新解决方案:使用JNI合并差分包
- 2023-04-26 20:05:03下载
- 积分:1
-
JAVA多线程下载例子
提供了FTP多线程下载的例子,运行环境:Android实测好用!
- 2022-06-18 09:57:43下载
- 积分:1
-
hal 串口通信 示例代码
hal 串口通信 示例代码
- 2015-06-11下载
- 积分:1
-
MXMagneticfield
从手机采集加速度,陀螺仪,地磁 传感器数据并实时显示( U4ECE u624B u673A u91C7 u96C6 u52A0 u901F u5EA6 uFF0C u9640 u87A u7H)
- 2017-05-03 10:36:03下载
- 积分:1
-
仿飞鸽传书
仿飞鸽传书设计 可以扫描同一局域网内所用用户ip地址 并完成信息传输和文件传输。是一个局域网内聊天系统
用来省流量聊天文件传输都是极好的。
- 2023-08-11 05:00:03下载
- 积分: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
-
MYTESTNIS
在PDA上简单的实现扫描测试功能和页面读取,进行可行性测试(Simple realization of scanning test function and page reading on PDA for feasibility test)
- 2020-06-22 04:40:02下载
- 积分:1
-
具有伸缩效果的LISTVIEW源码
具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码
- 2022-06-13 18:01:27下载
- 积分:1
-
Android原生的文字选择 复制粘贴功能样式代码
Android原生的文字选择 复制粘贴、全选功能样式代码,呵呵,或许你在定制Android系统的时候,都是从这些小功能开始的,android原生的复制粘贴,可能和现在最新的android 8不太一样,这个是Android3、4版本时候的样子,希望能为您研究学习Android原生系统定制起到帮助作用。
- 2022-03-30 00:43:58下载
- 积分:1
-
用安卓系统测试
这是一个小的项目,利用 ADT 帅气我的讲稿我赚了 10 问题使用单选按钮和复选名单 android 的小部件。使许多活动连接它们,做的使用意图。连接活动和把额外给 score.the 最后一个节目我显示分数,我给每个问题一个点。在这里看我 code.thanks
- 2022-02-11 18:31:01下载
- 积分:1