Hello everyone! I want to get quote fro evro/usd using library fro google account. I ve done all in that page
Developer's Guide: Java - Google Finance APIs and Tools - Google Code
But the i ve tried to import some classes like
Eclipe show me that it is not rigth..I ve attached all library for android for google ..What is problem ?
Developer's Guide: Java - Google Finance APIs and Tools - Google Code
But the i ve tried to import some classes like
Code:
import com.google.gdata.client.finance.FinanceService;
import com.google.gdata.data.BaseEntry;
import com.google.gdata.data.BaseFeed;
import com.google.gdata.data.Link;
import com.google.gdata.data.PlainTextConstruct;
import com.google.gdata.data.extensions.Money;
import com.google.gdata.data.finance.*;
import com.google.gdata.util.AuthenticationException;
import com.google.gdata.util.ServiceException;
Eclipe show me that it is not rigth..I ve attached all library for android for google ..What is problem ?