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.
9 lines
341 B
XML
9 lines
341 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry kind="lib" path="libs/twitter4j-core-2.1.11.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|