Any one have idea about
android.net.http.EventHandler;android.net.http.Headers;android.net.http.RequestQueue;
I m trying to build an Android Twitter Integration app. I m not getting this package classes.
Any one have idea about
android.net.http.EventHandler; android.net.http.Headers;android.net.http.RequestQueue;I m trying to build an Android Twitter Integration app. I m not getting this package classes.
Those classes are not actually part of the Android SDK - looks to me like they're custom.
You do not need those classes to build a Twitter app for Android. They are not needed for HttpClient or the older HttpUrlConnection. There are multiple JARs (JTwitter, Twitter4J) that work on Android and do not need these classes.
All that being said, those classes reside in the Android source code.