mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Add proper login flow
This commit is contained in:
parent
2391cfbc1b
commit
43d0f6a404
6 changed files with 125 additions and 11 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue