登录
首页 » Android » 6666 testedocladestino

6666 testedocladestino

于 2022-01-25 发布 文件大小:1.99 MB
0 115
下载积分: 2 下载次数: 1

代码说明:

opjadsiopjiajdgsij 艾滋病 gjaiojgaidopsjg oiajsgiopjqwioegj 3qiojgioasdjgi j qewitgi qpj oipqopwjepiojpoajfdsfg

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

发表评论

0 个回复

  • 基于eclipse的安卓记事本初学者应用
    安卓edit text demo,美观实用,可直接使用,eclipse版本-Android edittext demo, beautiful and practical, can be used directly, eclipse version
    2022-03-05 10:25:01下载
    积分:1
  • 微博社会化 sdk 实例源码下载demo
    微博社会化 sdk 实例源码下载demo
    2015-04-15下载
    积分: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 高德地图 实例源码下载
    android 高德地图 实例源码下载
    2014-08-21下载
    积分:1
  • Qt聊天室项目(包括服务端和客户端)
    简单的qt聊天室项目包括服务端和客户端
    2020-05-14下载
    积分:1
  • 27-白光T12电烙铁控制板.rar
    27-白光T12电烙铁控制板.rar
    2019-08-21下载
    积分:1
  • Android模仿UC启动画面加载闪烁样式
    Android模仿UC启动画面加载闪烁样式,运行效果如截图所示,好像缺点什么,下载回去自己修正吧,制作APP启动界面效果可参考。
    2022-08-24 04:16:00下载
    积分:1
  • 768575
    LoaderManager异步加载数据库,精选android学习源码,很好的参考资料。(LoaderManager asynchronous loading the database, select the Android learning source code, a good reference.)
    2013-12-17 12:57:18下载
    积分:1
  • Android TTS语音播报
    Android TTS语音播报,可以选择多种语言进行播报。可以下载来学习。
    2023-09-06 10:35:04下载
    积分:1
  • Android 3D 国际象棋游戏源代码
    2022-02-03 01:29:40下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载