登录
首页 » Java » android HerilyAlertDialog完全自定义的Dialog

android HerilyAlertDialog完全自定义的Dialog

于 2014-08-21 发布
0 217
下载积分: 1 下载次数: 0

代码说明:

android HerilyAlertDialog完全自定义的Dialog

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

发表评论

0 个回复

  • android 预约挂号系统源码,全屏展示 效果实例源码
    android 预约挂号
    2014-08-15下载
    积分:1
  • tab host
    tab host
    2013-06-09下载
    积分:1
  • android 下拉刷新,上拉加载,完美框架
    PullToRefreshDemo下拉刷新,上拉加载
    2014-10-11下载
    积分:1
  • android 加班统计与记录 应用源码下载
    可以记录每天的加班时间,和统计出加班费。
    2015-06-19下载
    积分:1
  • android 侧滑 实例源码下载
    library项目 来自 https://github.com/jfeinstein10/SlidingMenuSlidingMenuFragment项目需要依赖 library项目具体操作方法,1.导入以上两个项目到eclipse2.右键 SlidingMenuFragment项目>>属性>>左侧Android菜单>> 点击右侧底部 Add按钮3.选择 library项目即可
    2015-02-27下载
    积分:1
  • android 转盘中奖 实例源码下载(带声音的,效果不错,亲测通过)
    android 转盘中奖 实例源码下载(带声音的,效果不错,亲测通过)
    2014-05-23下载
    积分: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
  • 仿微信APP完整实例源码
    通过对本实例源码的深入学习研究,了解和掌握一个完整的安卓APP是如何制作出来的,源码内附详细注释。
    2017-08-04下载
    积分:1
  • android 百度地图应用实例源码下载
    android 百度地图应用实例源码下载
    2015-02-25下载
    积分:1
  • Android 高德地图驾车导航(位置服务与地图应用-15_146).zip
    Android 高德地图驾车导航(位置服务与地图应用-15_146).zip
    2019-10-07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载