How to use Scheduler for Http Request
问题 I want to create a application in Android that once it is installed in the deive.It send a HTTP rrequest in every 5 mins .After getting the response it shows the notification .How could i do this . Activity Code public class AutoNotification extends Activity { String url=""; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_auto_notification); postHttpRequest("Test","Test"); } public void postHttpRequest(String