登录
首页 » Java » android 高仿微信5.0版主界面UI效果 示例源码

android 高仿微信5.0版主界面UI效果 示例源码

于 2014-02-28 发布
0 147
下载积分: 1 下载次数: 0

代码说明:

android 高仿微信5.0版主界面UI效果 拷贝到eclipse即可运行 (微信5.0版本)

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

发表评论

0 个回复

  • 用jfreechart实现的动态曲线
    用jfreechart实现动态曲线,有系统产生随机数,然后画出曲线,并能实时显示曲线
    2019-07-19下载
    积分:1
  • App自动更新
    App自动更新
    2013-10-23下载
    积分:1
  • android 自定义时间段选择dialog 实例源码下载
    android 自定义时间段选择dialog 实例源码下载
    2015-05-15下载
    积分:1
  • android不错的下拉刷新效果(支持各种控件 很强大)
    android不错的下拉刷新效果(支持各种控件 很强大)
    2015-02-25下载
    积分: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(android源码)
    二手车APP(android源码)
    2020-04-25下载
    积分:1
  • Listview通过adapter传递对象
    Listview通过adapter传递对象
    2015-08-25下载
    积分:1
  • android 下拉瀑布流显示图片效果 源码下载
    android 下拉瀑布流显示图片效果 源码下载
    2014-06-03下载
    积分:1
  • Android连接vpn
    Android连接vpn
    2020-12-30 16:19:00下载
    积分:1
  • android Gallery实现异步加载网络图片实例完整源码下载(亲测通过)
    android Gallery实现异步加载网络图片实例完整源码下载(亲测通过)
    2014-05-14下载
    积分:1
  • 696516资源总数
  • 106794会员总数
  • 11今日下载