not much done, however im alot closer to haveing twitter intergration finished.

i have made a java se twitter app to learn the api, and started the porting over to android.

right now the issue im having is that the onActivityResult() is not being called at the right time.
This commit is contained in:
2011-01-29 19:26:00 +00:00
parent 53845d6131
commit 6a5645b307
12 changed files with 76 additions and 87 deletions

View File

@@ -31,7 +31,7 @@
</receiver>
<service android:process=":TravelPostLocationService" android:enabled="true" android:name="LocationService" android:exported="true"></service>
<activity android:name="WebAuth"></activity>
<activity android:name="WebAuth" android:launchMode="singleInstance" android:configChanges="orientation"></activity>
</application>
<uses-sdk android:minSdkVersion="7" />