Update ul response of broadcast receiver of wifi in android
问题 I want to update the UI on the response of broadcast receiver.I have to class one is MainActivity and another one is CustomReceiver. MainActivity.java package com.example.broadcasttest; import java.net.URLEncoder; import java.util.ArrayList; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter