Add proper login flow

This commit is contained in:
YuviPanda 2012-10-06 18:37:44 +05:30
parent 2391cfbc1b
commit 43d0f6a404
6 changed files with 125 additions and 11 deletions

View file

@ -13,7 +13,7 @@ public class CommonsApplication extends Application {
// TODO Auto-generated method stub
super.onCreate();
DefaultHttpClient client = new DefaultHttpClient();
api = new MWApi("http://test.wikipedia.org/w/api.php", client);
api = new MWApi("http://192.168.1.34/w/api.php", client);
}
public MWApi getApi() {