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

Search results

  1. R

    Apps How to create portfolio using googleFinance API

    Hi I am developing an android application, in which I have to create a portfolio at Google Finance(using libraries). For this I am using API from link below: http://code.google.com/apis/finance/doc ... Portfolios And I am getting the error as follows: Could not find method...
  2. R

    Error in Content-Lenth

    Hi guys, I am fetching portfolio details from google finance. For this i have make httppost as below: HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost("http://finance.google.com/finance/feeds/default/portfolios")...
  3. R

    Apps Content-Length in HTTPPOST

    Hi, I am getting this error while fetching portfolio grom googlefinance org.apache.http.ProtocolException: Content-Length header already present HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost("http://finance.google.com/finance/feeds/default/portfolios")...
  4. R

    Apps How to fetch portfolio from googlefinance

    hi, I have to create an application of googlefinance on android. I am able to get Auth Token. The next thing i want to get portfolio detail of authenticated user. I have tried(URL) like below: https://www.google.com/accounts/ClientLogin? accountType=HOSTED_OR_GOOGLE&Email=goooglefinance0...
  5. R

    How to fetch portfolio from googlefinance

    hi, I have to create an application of googlefinance on android. I am able to get Auth Token. The next thing i want to get portfolio detail of authenticated user. I have tried(URL) like below: https://www.google.com/accounts/ClientLogin...
  6. R

    Content assist in xml

    How to enable content assist in xml. I am using ctrl+space and getting this msg-"Content assist is not available at the current location" Can anybody help me...???:confused: