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
private Sincronizar mSincronizar = new Sincronizar(this.ctx);
replace it with
private Sincronizar mSincronizar;
Post a Comment for "Unable To Add Window Android Dialog Box"