登录
首页 » Android » 天气预报源码

天气预报源码

于 2022-02-05 发布 文件大小:68.42 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

这是一个很好的天气源码,能够根据用户的id地址自动定位用户多在的城市,并获取城市的天气情况,而且用户能够自己设置城市查询城市的天气情况,功能很强大,希望大家能够喜欢。源码并非本人原创,忘了来源了,大家可以借鉴下哈!!

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

发表评论

0 个回复

  • android 应用程序源
    android 开发实例 1、 图片浏览器(Picture Viewer) 2 、文件浏览器(File Browser) 3 、通讯录(Contact) 4 、任务管理器(Task Manager) 5 、音乐播放器(Rock Player) 6 、天气预报(Android Weather Forecast) 7 、多媒体播放器(Android Media Player) 8、短信语音播报(Speak Message Service) 9、手机远程监控(Cam Monitor) 10、贪吃蛇游戏(Snake)
    2022-08-12 16:48:38下载
    积分:1
  • android电子点餐系统
    CREATE PROCEDURE `new_proc`(IN tableId1 INTEGER(11), IN tableId2 INTEGER(11))     NOT DETERMINISTIC     SQL SECURITY DEFINER     COMMENT "" BEGIN      declare perNum,oId1,oId2 integer;           select personNum  into perNum from OrderTbl as ot where      ot.tableId =tableId2      and ot.isPay = 0;           select id into oId1 from OrderTbl as ot where      ot.tableId = tableId1      and ot.isPay = 0;           select id into oId2 from OrderTbl as ot where      ot.tableId = tableId2      and ot.isPay = 0;      update Order
    2022-08-09 22:02:27下载
    积分:1
  • android 图片高斯图片模糊算法
    android 图片高斯图片模糊算法
    2015-06-16下载
    积分:1
  • AnalyzeXML
    android编程中解析XML文档的初级应用示例(primary application example android programming for parsing XML documents)
    2012-12-21 11:38:54下载
    积分:1
  • ANDROID adt24
    Android ADT24 基于eclipse,这是最终版本了,以后就是Android studio了
    2022-01-26 06:28:46下载
    积分:1
  • “动物饲养员”游戏源码
    “动物饲养员”游戏是一个使用2D游戏引擎AndEngine开发的,好玩的入门级游戏。
    2023-08-05 05:05:04下载
    积分:1
  • Android ByteArrayOutputStream()
    2023-02-24 11:20:04下载
    积分:1
  • trilateration-master
    三角定位算法,根据三个及以上Ibeacon,计算出用户所在的位置(Triangulation algorithm, based on three and more Ibeacon, calculate the location of the user)
    2018-01-31 10:21:57下载
    积分:1
  • android 画板,
    android,android源码,
    2022-02-26 09:21:03下载
    积分:1
  • android 静态壁纸实例源码下载
    一款还不错的静态壁纸代码 核心代码:package com.example.wallpaperchange;import android.os.Bundle;import android.app.Activity;import android.app.AlarmManager;import android.app.PendingIntent;import android.app.Service;import android.content.Intent;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.Toast; public class MainActivity extends Activity { AlarmManager aManager; Button start,stop; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); start = (Button)findViewById(R.id.start); stop = (Button)findViewById(R.id.stop); aManager = (AlarmManager)getSystemService(Service.ALARM_SERVICE); //指定ChangeService组件 Intent intent = new Intent(MainActivity.this,ChangeService.class); //创建PendingIntent对象 final PendingIntent pi = PendingIntent.getService( MainActivity.this, 0, intent, 0); start.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub aManager.setRepeating(AlarmManager.RTC_WAKEUP, 0, 5000, pi); start.setEnabled(false); stop.setEnabled(true); Toast.makeText(MainActivity.this, "壁纸定时更换启动成功", 5000).show(); } }); stop.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub start.setEnabled(true); stop.setEnabled(false); aManager.cancel(pi); } }); } }
    2014-06-03下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载