tags:

views:

171

answers:

2

Hi... I have a problem while using the following import functions..Can any1 help me how to solve it

import android.net.http.RequestQueue;  
import org.apache.commons.codec.binary.Base64;

My intent is to send a tweet using Android..

+1  A: 

android.net.http.RequestQueue doesn't exist.

API

BrennaSoft
How to resolve the problem..I copied the source code from http://www.androidsnippets.org/snippets/24/Pls tel me how to resolve the error
Saranya.R
@Saranya.R: You cannot "resolve the error". The snippet you are using is old and flawed. It also will not work starting in 16 days, once Twitter discontinues basic authentication and switches to OAuth. You need to find a more current example.
CommonsWare
You mean the source code is wrong?
Saranya.R
Okay can u tel me how to tweet using Android?
Saranya.R
A: 

same problem occured to me also can u help me if u resolve this error

regards shareena

renuka