moviemastersdk
Newbie
Code:
public void PostLogin() {
// Create a new HttpClient and Post Header
HttpClient httpclient = new DefaultHttpClient();
}
Syntax error on token "void", @ expected
PostLogin cannot be resolved to a type
Illegal modifier for parameter httpclient; only final is permitted
haven't seen these errors before, what am i doing wrong?