I'm a learner of both java and android programming. I made a web service of hello world. Created a class called HelloWorld. There is only one method in it like
sayHello(){
System.out.println("hello world")
}
Now how should I write a android main activity to invoke this method using http request. what are the prerequisites to use http request. What are the libraries to import. Should I download any library from any where? I googled for it. Many irrelevant results are coming. I'm not able to comprehend from them.So seeking help here which seemed to be the only option.
Kind answer is appreciated.