Skip to content Skip to sidebar Skip to footer

Unable To Add Window Android Dialog Box

First the user enter his username and password, then the app gets a list of data from an API. I'm trying to show a dialog box while the the app is synchronizing the data from an AP

Solution 1:

private Sincronizar mSincronizar = new Sincronizar(this.ctx);

replace it with

private Sincronizar mSincronizar;

Post a Comment for "Unable To Add Window Android Dialog Box"