AsyncTask working: launching a new Task and storing the cookie
authorgumartinm <gu.martinm@gmail.com>
Wed, 14 Dec 2011 00:01:48 +0000 (01:01 +0100)
committergumartinm <gu.martinm@gmail.com>
Wed, 14 Dec 2011 00:01:48 +0000 (01:01 +0100)
commite8eb7d2f9e2707f0d82466a8d45a49d6a9526ea2
tree8c9522a9cec78688ae602b12af120647bdc7c57e
parente0e1c69eea9893254ba450e3bc8478bbbfadbcd7
AsyncTask working: launching a new Task and storing the cookie
Test2: DefaultHttpClient, for the new Android version it is a must to chage
the default policy about threads using sockets (the UI must be as fast as possible)
14 files changed:
Android/Testing/Test1/res/layout/main.xml
Android/Testing/Test1/src/de/android/test1/MobieAdHttpAuthClient.java
Android/Testing/Test1/src/de/android/test1/NextActivity.java
Android/Testing/Test1/src/de/android/test1/Test1Activity.java
Android/Testing/Test2/AndroidManifest.xml [new file with mode: 0644]
Android/Testing/Test2/gen/de/android/test2/R.java [new file with mode: 0644]
Android/Testing/Test2/proguard.cfg [new file with mode: 0644]
Android/Testing/Test2/project.properties [new file with mode: 0644]
Android/Testing/Test2/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Android/Testing/Test2/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Android/Testing/Test2/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Android/Testing/Test2/res/layout/main.xml [new file with mode: 0644]
Android/Testing/Test2/res/values/strings.xml [new file with mode: 0644]
Android/Testing/Test2/src/de/android/test2/Test2Activity.java [new file with mode: 0644]