登录
首页 » Java » weather

weather

于 2014-05-28 发布 文件大小:914KB
0 154
下载积分: 1 下载次数: 15

代码说明:

  Android下天气小插件,可以实现对当前天气的检测,以及对未来几天天气的预测(Android weather widget, you can achieve detection of current weather and weather forecast for the next few days)

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

发表评论

0 个回复

  • 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-09-17下载
    积分:1
  • markov
    一个马尔科夫链过程的实现例子,可以通过输入文本的学习,自动输出文本。(A Markov chain process to achieve an example, you can learn to automatically output text by typing the text.)
    2014-04-30 22:36:04下载
    积分:1
  • 员工工资管理系统
    我们这学期上的软件工程课程强调了
    2023-04-23 09:20:03下载
    积分:1
  • 饭店点菜系统,有登陆界面,可以制成exe,有点菜功能
    自己做的基于Java的饭店点菜系统,连接Mysql数据库,可以实现酒店点单,结算,打印账单;管理员进行登陆后,可以由顾客进行点菜~顾客点菜后,可以结算或重新点菜,结算时由服务员进行结算,同时系统可以打印账单。
    2022-03-19 23:21:58下载
    积分:1
  • Java汽车租赁系统源码(含数据库脚本)
    【调试说明】 下图的测试环境为:idea2019 jdk 1.8 mysql 5.7 1. 根据rbac.sql 创建mysql数据库rbac  2. 修改DBUtil.java 中的数据库账号密码信息 3. 根据这里配置调试环境 https://www.cnblogs.com/duanweishi/p/12342732.html
    2020-02-21下载
    积分:1
  • android listview 示例 附源码
    listview 基本用法
    2013-02-28下载
    积分:1
  • news
    新闻发布,实现新闻的发布查看删除等功能,便于对新闻的管理,界面美观,易于操作,(Press releases, news releases View realize delete functions)
    2016-04-07 20:27:09下载
    积分:1
  • SIFT算法实现
    运用SIFT算法实现图像特征匹配,此算法具有良好的不变性,不受位置、光照等的影响,获得的特征点准确可靠,欢迎小伙伴们使用
    2022-03-11 23:16:56下载
    积分:1
  • 文档相似度
    我做了一个项目的文档相似而被用于一些其他文件查找重复的内容,也可用于分组同类型的基于相似性度量的 相关文件,所以这种类型的文档相似度基于Lucene索引和一些我们使用的相似度算法
    2022-07-22 00:24:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载