在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 简洁天气优化版.zip

简洁天气优化版.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.38M
  • 下载次数:1
  • 浏览次数:53
  • 发布时间:2021-12-13
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
高仿墨迹天气的优化版,能够自动定位,搜索城市,预报6天内天气,同时预报空气指数,界面简洁优雅,
【实例截图】
【核心代码】
16359647500767726801.zip
└── Weather
├── AndroidManifest.xml
├── assets
│   └── city.db
├── bin
│   ├── AndroidManifest.xml
│   ├── classes
│   │   └── com
│   │   └── way
│   │   ├── apapter
│   │   │   ├── CityAdapter.class
│   │   │   ├── SearchCityAdapter$1.class
│   │   │   ├── SearchCityAdapter.class
│   │   │   └── WeatherPagerAdapter.class
│   │   ├── app
│   │   │   ├── Application$1.class
│   │   │   ├── Application$2.class
│   │   │   ├── Application$3.class
│   │   │   ├── Application$EventHandler.class
│   │   │   └── Application.class
│   │   ├── bean
│   │   │   ├── City.class
│   │   │   ├── Pm2d5.class
│   │   │   ├── SimpleWeather.class
│   │   │   ├── SimpleWeatherinfo.class
│   │   │   ├── Weather.class
│   │   │   └── Weatherinfo.class
│   │   ├── db
│   │   │   └── CityDB.class
│   │   ├── fragment
│   │   │   ├── FirstWeatherFragment.class
│   │   │   └── SecondWeatherFragment.class
│   │   ├── indicator
│   │   │   ├── CirclePageIndicator$SavedState$1.class
│   │   │   ├── CirclePageIndicator$SavedState.class
│   │   │   ├── CirclePageIndicator.class
│   │   │   └── PageIndicator.class
│   │   ├── plistview
│   │   │   ├── BladeView$1.class
│   │   │   ├── BladeView$OnItemClickListener.class
│   │   │   ├── BladeView.class
│   │   │   ├── PinnedHeaderListView$PinnedHeaderAdapter.class
│   │   │   └── PinnedHeaderListView.class
│   │   ├── util
│   │   │   ├── IphoneDialog$1.class
│   │   │   ├── IphoneDialog.class
│   │   │   ├── L.class
│   │   │   ├── Lunar.class
│   │   │   ├── NetUtil.class
│   │   │   ├── SharePreferenceUtil.class
│   │   │   ├── T.class
│   │   │   ├── TimeUtil.class
│   │   │   └── ToPinYin.class
│   │   └── weather
│   │   ├── BuildConfig.class
│   │   ├── MainActivity$1.class
│   │   ├── MainActivity$2$1.class
│   │   ├── MainActivity$2.class
│   │   ├── MainActivity$3.class
│   │   ├── MainActivity$4.class
│   │   ├── MainActivity.class
│   │   ├── R$anim.class
│   │   ├── R$attr.class
│   │   ├── R$bool.class
│   │   ├── R$color.class
│   │   ├── R$dimen.class
│   │   ├── R$drawable.class
│   │   ├── R$id.class
│   │   ├── R$integer.class
│   │   ├── R$layout.class
│   │   ├── R$string.class
│   │   ├── R$styleable.class
│   │   ├── R$style.class
│   │   ├── R$xml.class
│   │   ├── R.class
│   │   ├── SelectCtiyActivity$1.class
│   │   ├── SelectCtiyActivity$2.class
│   │   ├── SelectCtiyActivity$3.class
│   │   ├── SelectCtiyActivity$4.class
│   │   ├── SelectCtiyActivity.class
│   │   ├── WeatherUpdateService$1.class
│   │   ├── WeatherUpdateService.class
│   │   └── WeatherWidget.class
│   └── res
├── gen
│   └── com
│   └── way
│   └── weather
│   ├── BuildConfig.java
│   └── R.java
├── libs
│   ├── android-support-v4.jar
│   ├── armeabi
│   │   └── liblocSDK3.so
│   ├── gson-2.2.4.jar
│   ├── locSDK_3.3.jar
│   └── pinyin4j-2.5.0.jar
├── proguard-project.txt
├── project.properties
├── res
│   ├── anim
│   │   ├── base_loading_large_anim.xml
│   │   ├── base_loading_small_anim.xml
│   │   └── title_update_anim.xml
│   ├── drawable
│   │   ├── actionbar_background.xml
│   │   ├── actionbar_btn_normal.xml
│   │   ├── actionbar_btn.xml
│   │   ├── base_list_selector.xml
│   │   ├── base_search_edittext_selector.xml
│   │   ├── button_press.xml
│   │   ├── contact_search_box_background.xml
│   │   ├── custom_button.xml
│   │   ├── hot_area_press.xml
│   │   ├── kaixin_background.xml
│   │   ├── kaixin_list_item_bg.xml
│   │   ├── search_box_cancel_btn_bg.xml
│   │   ├── share_press_selector.xml
│   │   └── title_city_update_press.xml
│   ├── drawable-hdpi
│   │   ├── ab_solid_custom_blue_inverse_holo.9.png
│   │   ├── actionbar_btn_pressed.9.png
│   │   ├── alert.png
│   │   ├── base_action_bar_back_divider.jpg
│   │   ├── base_action_bar_back_normal.png
│   │   ├── base_action_bar_icon_background_pressed.9.png
│   │   ├── base_list_divider_drawable.png
│   │   ├── base_list_scrollbar_handle.9.png
│   │   ├── base_list_selector_disabled.9.png
│   │   ├── base_list_selector_pressed.9.png
│   │   ├── base_loading_large_icon.png
│   │   ├── base_loading_small_icon.png
│   │   ├── base_search_edittext_bg.9.png
│   │   ├── base_search_edittext_bg_focused.9.png
│   │   ├── biz_news_column_subscribe_search_icon.png
│   │   ├── biz_plugin_weather_indicator_popup_bg.png
│   │   ├── biz_plugin_weather_selectcity_empty.png
│   │   ├── biz_plugin_weather_selectcity_index_bg.9.png
│   │   ├── biz_plugin_weather_sunny.png
│   │   ├── btn_default.png
│   │   ├── btn_press.9.png
│   │   ├── button_bg_press.png
│   │   ├── focused.png
│   │   ├── global_bg.png
│   │   ├── global_list_grain_bg_pressed.png
│   │   ├── ic_launcher.png
│   │   ├── loading_bg2.png
│   │   ├── na.png
│   │   ├── nofocused.png
│   │   ├── nw0.png
│   │   ├── nw1.png
│   │   ├── nw2.png
│   │   ├── nw3.png
│   │   ├── nw4.png
│   │   ├── nw5.png
│   │   ├── nw6.png
│   │   ├── nw7.png
│   │   ├── nw8.png
│   │   ├── nw9.png
│   │   ├── separator_bg.9.png
│   │   ├── sns_title_bg.png
│   │   ├── switch_camera_hide.png
│   │   ├── time_mask_pt.png
│   │   ├── w0.png
│   │   ├── w10.png
│   │   ├── w13.png
│   │   ├── w14.png
│   │   ├── w15.png
│   │   ├── w16.png
│   │   ├── w17.png
│   │   ├── w18.png
│   │   ├── w19.png
│   │   ├── w1.png
│   │   ├── w20.png
│   │   ├── w21.png
│   │   ├── w29.png
│   │   ├── w2.png
│   │   ├── w30.png
│   │   ├── w31.png
│   │   ├── w32.png
│   │   ├── w33.png
│   │   ├── w34.png
│   │   ├── w35.png
│   │   ├── w36.png
│   │   ├── w3.png
│   │   ├── w4.png
│   │   ├── w5.png
│   │   ├── w6.png
│   │   ├── w7.png
│   │   ├── w8.png
│   │   ├── w9.png
│   │   ├── w_am.png
│   │   ├── w_amw.png
│   │   ├── widget_4x2_grey.png
│   │   ├── w_pm.png
│   │   └── w_pmw.png
│   ├── drawable-xhdpi
│   │   ├── base_action_bar_action_city.png
│   │   ├── base_action_bar_back_divider.jpg
│   │   ├── base_action_bar_share.png
│   │   ├── biz_plugin_weather_0_50.png
│   │   ├── biz_plugin_weather_101_150.png
│   │   ├── biz_plugin_weather_151_200.png
│   │   ├── biz_plugin_weather_201_300.png
│   │   ├── biz_plugin_weather_51_100.png
│   │   ├── biz_plugin_weather_baoxue.png
│   │   ├── biz_plugin_weather_baoyu.png
│   │   ├── biz_plugin_weather_dabaoyu.png
│   │   ├── biz_plugin_weather_daxue.png
│   │   ├── biz_plugin_weather_dayu.png
│   │   ├── biz_plugin_weather_duoyun.png
│   │   ├── biz_plugin_weather_greater_300.png
│   │   ├── biz_plugin_weather_leizhenyubingbao.png
│   │   ├── biz_plugin_weather_leizhenyu.png
│   │   ├── biz_plugin_weather_qing.png
│   │   ├── biz_plugin_weather_shachenbao.png
│   │   ├── biz_plugin_weather_shenzhen_bg.jpg
│   │   ├── biz_plugin_weather_tedabaoyu.png
│   │   ├── biz_plugin_weather_wu.png
│   │   ├── biz_plugin_weather_xiaoxue.png
│   │   ├── biz_plugin_weather_xiaoyu.png
│   │   ├── biz_plugin_weather_yin.png
│   │   ├── biz_plugin_weather_yujiaxue.png
│   │   ├── biz_plugin_weather_zhenxue.png
│   │   ├── biz_plugin_weather_zhenyu.png
│   │   ├── biz_plugin_weather_zhongxue.png
│   │   ├── biz_plugin_weather_zhongyu.png
│   │   ├── button_transparent.png
│   │   ├── contact_search_box_edittext_keyword_background.9.png
│   │   ├── cross.png
│   │   ├── ic_launcher.png
│   │   ├── magnifying_glass.png
│   │   ├── main_titlebar_division.png
│   │   ├── search_box_cancel_click.png
│   │   ├── search_box_cancel_normal.png
│   │   ├── share_pressed_gray.png
│   │   ├── title_city.png
│   │   ├── title_location.png
│   │   ├── title_share.png
│   │   └── title_update.png
│   ├── layout
│   │   ├── activity_main.xml
│   │   ├── base_load_empty_layout.xml
│   │   ├── biz_plugin_weather_indicator_popup.xml
│   │   ├── biz_plugin_weather_ip_query_city.xml
│   │   ├── biz_plugin_weather_item_first.xml
│   │   ├── biz_plugin_weather_item.xml
│   │   ├── biz_plugin_weather_layout.xml
│   │   ├── biz_plugin_weather_list_group_item.xml
│   │   ├── biz_plugin_weather_more_list_item.xml
│   │   ├── biz_plugin_weather_select_city.xml
│   │   ├── biz_plugin_weather_subitem.xml
│   │   ├── main_title.xml
│   │   ├── pageturning_h.xml
│   │   ├── pageturning_m.xml
│   │   ├── r_okcanceldialogview.xml
│   │   ├── r_okdialogview.xml
│   │   ├── search_box.xml
│   │   ├── search_city_item.xml
│   │   ├── select_city_item.xml
│   │   └── widget_4x2.xml
│   ├── values
│   │   ├── attrs.xml
│   │   ├── colors.xml
│   │   ├── defaults.xml
│   │   ├── dimens.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   ├── values-hdpi
│   │   └── dimens.xml
│   ├── values-xhdpi
│   │   └── dimens.xml
│   ├── values-xhdpi-1184x720
│   │   └── dimens.xml
│   ├── values-xhdpi-1280x720
│   │   └── dimens.xml
│   ├── values-xhdpi-1280x800
│   │   └── dimens.xml
│   ├── values-xhdpi-960x640
│   │   └── dimens.xml
│   └── xml
│   └── weather_widget_4x2.xml
└── src
└── com
└── way
├── apapter
│   ├── CityAdapter.java
│   ├── SearchCityAdapter.java
│   └── WeatherPagerAdapter.java
├── app
│   └── Application.java
├── bean
│   ├── City.java
│   ├── Pm2d5.java
│   ├── SimpleWeatherinfo.java
│   ├── SimpleWeather.java
│   ├── Weatherinfo.java
│   └── Weather.java
├── db
│   └── CityDB.java
├── fragment
│   ├── FirstWeatherFragment.java
│   └── SecondWeatherFragment.java
├── indicator
│   ├── CirclePageIndicator.java
│   └── PageIndicator.java
├── plistview
│   ├── BladeView.java
│   └── PinnedHeaderListView.java
├── util
│   ├── IphoneDialog.java
│   ├── L.java
│   ├── Lunar.java
│   ├── NetUtil.java
│   ├── SharePreferenceUtil.java
│   ├── TimeUtil.java
│   ├── T.java
│   └── ToPinYin.java
└── weather
├── MainActivity.java
├── SelectCtiyActivity.java
├── WeatherUpdateService.java
└── WeatherWidget.java

48 directories, 275 files

标签:

实例下载地址

简洁天气优化版.zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警