Android服務

1異步消息處理機制:handler(在子線程中對UI進行操作) 2回到主線程的方法 3異步任務類AsyncTask(在子線程中對UI進行操作) 4啓動與停止服務        4.1Intent intent=new Intent(this,MyService.class);        startService(intent);//啓動服務        4.2stopService(inte
相關文章
相關標籤/搜索