I\'m trying to integrate twitter to my app, but I can\'t seem to get it to work.
This is my code:
public class OAuthForTwitter extends Activity {
Ok, it was quite a dumb mistake.
My wasn't inside an application..
This is how it is now:
This kind off works, it just loads the whole app from start.
Isn't there a way to just 'go back' to the last activity without restarting the whole app?