登录
首页 » Java » android 转盘抽奖源码(原生态)下载

android 转盘抽奖源码(原生态)下载

于 2015-03-06 发布
0 241
下载积分: 1 下载次数: 0

代码说明:

android 转盘抽奖源码(原生态)下载

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

发表评论

0 个回复

  • android 实现map3y音乐播放
    android 实现map3y音乐播放器
    2014-04-06下载
    积分:1
  • android 底部tab切换 例子代码
    android 底部tab切换 例子代码
    2020-12-16 16:29:12下载
    积分:1
  • android 文件读写 例子源码下载
    android 文件读写 例子源码下载
    2015-03-07下载
    积分:1
  • 一款好用的指南针app源码(android)
    AS可直接打开使用AS可直接打开使用
    2019-03-24下载
    积分:1
  • android 百度地图搜索自定义周边 例子源码下载
    android 百度地图搜索自定义周边 例子源码下载
    2015-05-12下载
    积分:1
  • android 转盘抽奖源码(原生态)下载
    android 转盘抽奖源码(原生态)下载
    2015-03-06下载
    积分:1
  • XMPP实例源码下载(Android客户端的实现+_Tomcat版的Androidpn)
    XMPP实例源码下载(Android客户端的实现+_Tomcat版的Androidpn)
    2014-08-25下载
    积分:1
  • 类似新浪微博的加载图片
    类似新浪微博的加载图片
    2013-07-18下载
    积分:1
  • 植物大战僵尸 游戏源码下载
    植物大战僵尸 游戏源码下载
    2013-12-31下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载