generic_asynctask
generic_asynctask copied to clipboard
"This site uses javascript. Please enable javascript" - Showing error
When I try to generate signed apk I get some erros. But when I build a debug aplication, it works. I don't know if I'm doing something wrong or I...
Context context = container.getContext(); HashMap postData = new HashMap(); postData.put("mobile", "android"); postData.put("id", SaveSharedPreference.getId(this.getActivity())); Log.d("imad","Chal raha ha 1"); PostResponseAsyncTask task = new PostResponseAsyncTask(context, postData, new AsyncResponse(){ @Override public void processFinish(String result)...
Hi, I need help in handling a disconnection of internet. I need the app to retry sending the request after an interval of time. Thanks in advance
can i use asynctask with localhost? And if it can be used then what would be the parameter to readData.execute("");