-1
通常當我必須在服務器調用的結果,我回到活動如下:返回服務器結果MyGcmListenerService延伸GcmListenerService
if(activity instanceof MyClassName){
try{
MyClassName mainMenuActivity = (MyClassName)activity;
mainMenuActivity.DataReceived(new JSONArray(result));
}
現在我想回去,但是對於一個
public class MyGcmListenerService extends GcmListenerService{}
有可能嗎?如果是如何?
你是什麼意思'返回'? – Vyacheslav