I am developing Android Twitter application. I downloaded TwitterClient Demo deom net.
But there is a class file “android.net.http.RequestQueue” that is not available in sDK component in android.jar. Please advise on the same.
I am developing Android Twitter application. I downloaded TwitterClient Demo deom net. But there
Share
It depends from where you have downloaded that Twitter demo example:
So if the recent APIs don’t have this class at all anymore, you can fall back on
HttpURLConnection, as in this thread.See the two approaches illustrated in this tutorial here.