Android服务

1异步消息处理机制:handler(在子线程中对UI进行操作) 2回到主线程的方法 3异步任务类AsyncTask(在子线程中对UI进行操作) 4启动与停止服务        4.1Intent intent=new Intent(this,MyService.class);        startService(intent);//启动服务        4.2stopService(inte
相关文章
相关标签/搜索