• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Juraj Puchký

    Problem with getting url in published beta version on Google Play

    I have a problem with google play console for developers. I already publish a beta version of our application but in testers, the section is not visible URL for testing. Have anybody idea how to solve it? Thanks Juraj
  2. Juraj Puchký

    AsyncThread cancelled even is success background opration onPostExecute not called

    Hi, i have problem with my application, i have following AsyncTask and even is executed it goes to onCancelled instead of onPostExecute. private class UserRegisterTask extends AsyncTask<Boolean, Boolean, Boolean> { private final String mEmail; private final String...