I am trying to do an xmlrpc program and i got an example from anddev.org ,when i am implements that code
the following header files not resolved in to my application.
import android.net.http.EventHandler;
import android.net.http.Headers;
import android.net.http.RequestQueue;
the above three(EventHandler,Headers,RequestQueue) are not resolved in my sdk ,is there any jar file need to link with the project or otherwise how can i solve it .I am beginner in android can anybody can help me


