91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.1MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-09
  • 語言: Java
  • 標簽: android??

資源簡介

android教程源碼簡潔天氣項目源碼,程序員在編程的過程中可以參考學習使用,希望對IT程序員有用,此源碼程序簡單易懂、方便閱讀,有很好的學習價值!

資源截圖

代碼片段和文件信息

/*************************************************************************

Copyright?2014?MagicMod?Project

This?file?is?part?of?MagicMod?Weather.

MagicMod?Weather?is?free?software:?you?can?redistribute?it?and/or?modify
it?under?the?terms?of?the?GNU?General?Public?License?as?published?by
the?Free?Software?Foundation?either?version?3?of?the?License?or
(at?your?option)?any?later?version.

MagicMod?Weather?is?distributed?in?the?hope?that?it?will?be?useful
but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.?See?the
GNU?General?Public?License?for?more?details.

You?should?have?received?a?copy?of?the?GNU?General?Public?License
along?with?MagicMod?Weather.?If?not?see?.

*************************************************************************/

package?com.magicmod.mmweather;

import?android.location.Location;
import?android.location.LocationManager;
import?android.os.AsyncTask;
import?android.os.Bundle;
import?android.support.v4.app.Fragment;
import?android.support.v4.app.FragmentActivity;
import?android.support.v4.view.ViewPager;
import?android.text.TextUtils;
import?android.util.Log;
import?android.view.View;
import?android.view.View.onclickListener;
import?android.widget.EditText;
import?android.widget.ImageView;
import?android.widget.TextView;
import?android.widget.Toast;
import?android.app.AlertDialog;
import?android.app.ProgressDialog;
import?android.content.Context;
import?android.content.DialogInterface;
import?android.content.Intent;
import?android.content.res.Resources;
import?android.graphics.Bitmap;
import?android.graphics.drawable.Drawable;

import?com.magicmod.mmweather.config.PreferenceUI;
import?com.magicmod.mmweather.config.Preferences;
import?com.magicmod.mmweather.engine.WeatherEngine;
import?com.magicmod.mmweather.engine.WeatherInfo;
import?com.magicmod.mmweather.engine.WeatherProvider;
import?com.magicmod.mmweather.engine.WeatherResProvider;
import?com.magicmod.mmweather.engine.WeatherInfo.DayForecast;
import?com.magicmod.mmweather.engine.WeatherProvider.LocationResult;
import?com.magicmod.mmweather.utils.Constants;
import?com.magicmod.mmweather.utils.ImageUtils;
import?com.magicmod.mmweather.utils.widget.RotateImageView;
import?com.magicmod.mmweather.utils.widget.CirclePageIndicator;

import?java.nio.MappedByteBuffer;
import?java.util.ArrayList;
import?java.util.HashSet;
import?java.util.List;


public?class?MainActivity?extends?FragmentActivity?implements?onclickListener?{

????private?static?final?String?TAG?=?“MainActivity“;
????private?static?final?boolean?DBG?=?Constants.DEBUG;
????
????/*private?static?final?int?LOACTION_OK?=?0;
????private?static?final?int?UPDATE_EXISTS_CITY?=?2;
????public?static?final?int?GET_WEATHER_SCUESS?=?3;
????public?static?final?int?GET_WEATHER_FAIL?=?4;*/

????//title
????private?ImageView?mCityManagerBtn?mLocationBtn?mShareBtn;
????private?TextView?mtitleCityName;
????private?RotateImageView?mUpd

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-09-03?23:00??Android應用源碼之簡潔天氣項目源碼\
?????目錄???????????0??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\
?????文件?????????416??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\.gitignore
?????文件?????????967??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\Android.mk
?????文件????????2691??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\AndroidManifest.xml
?????文件???????35149??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\COPYING
?????文件??????????50??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\README
?????目錄???????????0??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\assets\
?????文件????????2795??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\assets\yahoo_demo.xml
?????文件???????51394??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\ic_launcher-web.png
?????文件??????????44??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\proguard.flags
?????目錄???????????0??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\
?????目錄???????????0??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\anim\
?????文件?????????426??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\anim\refresh_rotate.xml
?????目錄???????????0??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable\
?????文件?????????950??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable\actionbar_background.xml
?????文件????????1013??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable\actionbar_btn.xml
?????文件?????????949??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable\actionbar_btn_normal.xml
?????文件?????????391??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable\button_press.xml
?????文件?????????364??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable\update_btn.xml
?????文件???????42014??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable\widget_preview.png
?????目錄???????????0??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\
?????文件??????????95??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\actionbar_btn_pressed.9.png
?????文件??????????68??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\btn_default.png
?????文件?????????782??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\btn_press.9.png
?????文件?????????376??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\button_bg_press.png
?????文件???????11411??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\ic_launcher.png
?????文件????????3068??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\weather_0.png
?????文件????????3068??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\weather_1.png
?????文件????????4009??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\weather_10.png
?????文件????????3784??2014-02-11?23:02??Android應用源碼之簡潔天氣項目源碼\MagicWeather-master\res\drawable-hdpi\weather_11.png
............此處省略321個文件信息

評論

共有 條評論