package com.example.helloworld;import android.support.v7.app.ActionBarActivity;import android.support.v4.app.Fragment;import android.os.Bundle;import android.os.Message;import android.view.LayoutInflater;import android.view.Menu;import android.view.MenuItem;import android.view.View;import android.view.ViewGroup;import android.widget.Toast;import android.os.Handler;public class MainActivity extends ActionBarActivity {    @Override    protected void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceState);        setContentView(R.layout.activity_main);    Message msg2 = new Message();    msg2.what = 1;    mHandler2.sendMessage(msg2);                if (savedInstanceState == null) {            getSupportFragmentManager().beginTransaction()                    .add(R.id.container, new PlaceholderFragment())                    .commit();        }    }    private Handler mHandler2 = new Handler(){    public void handleMessage(Message msg){    int what = msg.what;    boolean down = (what==1?true:false);    Toast toast=Toast.makeText(getApplicationContext(), "今天天气很好"+down, Toast.LENGTH_SHORT);         toast.show();    }    };    @Override    public boolean onCreateOptionsMenu(Menu menu) {                // Inflate the menu; this adds items to the action bar if it is present.        getMenuInflater().inflate(R.menu.main, menu);        return true;    }    @Override    public boolean onOptionsItemSelected(MenuItem item) {        // Handle action bar item clicks here. The action bar will        // automatically handle clicks on the Home/Up button, so long        // as you specify a parent activity in AndroidManifest.xml.        int id = item.getItemId();        if (id == R.id.action_settings) {            return true;        }        return super.onOptionsItemSelected(item);    }        /**     * A placeholder fragment containing a simple view.     */    public static class PlaceholderFragment extends Fragment {        public PlaceholderFragment() {        }        @Override        public View onCreateView(LayoutInflater inflater, ViewGroup container,                Bundle savedInstanceState) {            View rootView = inflater.inflate(R.layout.fragment_main, container, false);            return rootView;        }    }}

更多相关文章

  1. 第12天android:短信发送+测试使用
  2. Appium基于Python APP自动化测试框架

随机推荐

  1. android 改变bitmap颜色
  2. Android(安卓)使用ContentObserver监听短
  3. rk3288 android 7.1 系统root
  4. android 跳转到小米手机神隐模式
  5. Android改变系统自带ProgressDialog的文
  6. android中获取包名,类名
  7. Android本地图片压缩+转base64
  8. Android(安卓)studio ElasticDownloadVie
  9. Android(安卓)API level 与version对应关
  10. android 支持的语言列表