對於我的應用程序,有一個網絡連接監聽器的最佳策略是什麼?它會在應用程序啓動時啓動並在活動存在時關閉。我可以用其中一個服務註冊這樣的PhoneStateListener:全球網絡連接監聽器的策略
((TelephonyManager)app.getSystemService(Context.TELEPHONY_SERVICE)).listen(PhoneStateListener,
PhoneStateListener.LISTEN_DATA_CONNECTION_STATE);
對於那些絆倒這個老問題,看到這個:http://stackoverflow.com/questions/1783117/network-listener-android – 2011-06-20 18:27:29