When i'm trying to invoke my web service(in.NET asmx) from Android Java ... I'm getting
this error -> 500 Internal Server Error.
-> Response{protocol=http/1.1, code=500, message=Internal Server Error, url=http://example.in/webservice/login.asmx}
here is my Login Activity..
...I have an object with Map interface in java, so i would like to know which is the best way to iterate over the items in a HashMap
?
Explain in more details if possible, thanks
...I am very new to Java and have been assigned to implement a few methods:
1. add (T newValue) ---> add an entry to a sorted list requires that you find the right position the new entry belongs (ascending order).
ex:
...