Android中Service(后台服务)详解
package com.example.servicetest;
import com.example.servicetest.service.MyService;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class MainActivity extends Activity implements OnClickListener {
/** 标志位 */
private static String TAG = "com.example.servicetest.MainActivity";
/** 启动服务 */
private Button mBtnStart;
/** 绑定服务 */
private Button mBtnBind;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
initView();
}
/**
* init the View
*/
private void initView() {
mBtnStart = (Button) findViewById(R.id.startservice);
mBtnBind = (Button) findViewById(R.id.bindservice);
mBtnStart.setOnClickListener(this);
mBtnBind.setOnClickListener(this);
}
@Override
public void onClick(View view) {
switch (view.getId()) {
// 启动服务的方式
case R.id.startservice:
startService(new Intent(MyService.ACTION));
break;
// 绑定服务的方式
case R.id.bindservice:
bindService(new Intent(MyService.ACTION), conn, BIND_AUTO_CREATE);
break;
default:
break;
}
}
ServiceConnection conn = new ServiceConnection() {
public void onServiceConnected(ComponentName name, IBinder service) {
Log.v(TAG, "onServiceConnected");
}
public void onServiceDisconnected(ComponentName name) {
Log.v(TAG, "onServiceDisconnected");
}
};
@Override
protected void onDestroy() {
super.onDestroy();
System.out.println("-------onDestroy()--");
stopService(new Intent(MyService.ACTION));
unbindService(conn);
}
}
- .NET Core系列之MemoryCache 初识
- 007手机一键Root(安机网一键Root) v3.0 官方最新版 一键ROOT您的Android手机
- 12306密码被盗了怎么办?12306密码外泄解决方法
- 12个字的qq网名
- 150M迷你型无线路由器怎么设置?
- 192.168.1.1打不开怎么办?路由器192.168.1.1打不开的原因以及解决办法
- 2011年电子报合订本 电子报 编辑部 中文 PDF版 [84M]
- 2015年1月15日小米新旗舰发布会现场图文直播
- 2016.3.1vivo Xplay5新品发布会现场视频直播 优酷直播
- 2016华为P9发布会视频直播地址 4月15日华为P9国行发布会直播