@sibelius
Full Stack Developer #reactnative #redux #relay #graphql #webpack #koa #react
Full Stack Developer #reactnative #redux #relay #graphql #webpack #koa #react
Nothing here yet.
No blogs yet.
I'm using Retrofit 2 to make a POST request to my server inside a Fragment, like this: Call<MyResponse> call = apiService.myPost(params); call.enqueue(myCallback); mProgress = ProgressDialog.show(getActivity(), "Working", "Working"", true); I want t...