• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    Apps Geeting the url

    Hi, Iam a new to android and Iam developing an application where, when i submit my login information to the server, in the response i need to retrieve the url from the server. HttpResponse response; try {...
  2. F

    Authentication at server

    Hi, Iam new to Andriod and developing an application where i need to send the log-in information (i.e) username, password and user lever(realm) to the server and get it authenticated. If the authentication is positive the server would return session id. Iam having problems connecting and...