Skip to content

Getting zero errors, but data result is null. I m applying in fragments. #6

@Asad2454

Description

@Asad2454

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) {

                Log.d("imad","Chal raha ha 3");
                Log.d("imad", result + " wow");
            }
        }
        );
        task.execute("http://elandmania.com/agents/Android/get_customer1");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions