登录
首页 » PDF » android

android

于 2013-09-09 发布 文件大小:10348KB
0 247
下载积分: 1 下载次数: 4

代码说明:

  android开发相关文档,android学习基础文档、界面切换效果总结(the book of android)

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

发表评论

0 个回复

  • A300 1.21文档+DEMO
    【实例简介】A300 1.21开发文档 DEMO android 平台连接 汉印移动式打印机 进行快递单等热敏打印操作app demo
    2022-01-10 00:31:47下载
    积分:1
  • dsoframer office插件源码
    【实例简介】
    2021-08-07 00:30:56下载
    积分:1
  • MethodInfo
    MethodInfo implements AbstractMethodInfo Source Code for Andriod.
    2013-12-06 12:22:35下载
    积分:1
  • android 瀑布流、图片墙、图片缩放
    android 瀑布流、图片墙、图片缩放
    2015-06-08下载
    积分:1
  • mui-master
    说明:  手机h5+功能开发,适用PDA,手机等,开发(H5 + function development of mobile phone, applicable to PDA, mobile phone, etc., development)
    2020-09-14 10:27:58下载
    积分:1
  • Android 蓝牙连接,解决数据报文分段 实例源码
    Android 蓝牙连接,解决数据报文分段 实例源码
    2014-08-29下载
    积分:1
  • Chess
    一款基于android开发的小软件,中国象棋,简单实用,是开发者学习的好例子(A small software based on the android development, Chinese chess, simple and practical, a good example for developers to learn)
    2012-08-01 12:18:27下载
    积分: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
  • android 动态切换壁纸实例 利用service机制实现 附完整源码 带动态截图
    通过点击 startService实现 android手机动态壁纸功能
    2013-04-12下载
    积分:1
  • android-upload-service-master
    以前做的android的FTP demo,功能没有完全实现,上传和下载的限速是虚拟的(The FTP demo of Android has not been fully implemented. The speed limit of upload and download is virtual)
    2020-06-25 21:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载