Calendar
Androidアプリケーションを使用してプログラムをGoogleと同期する必要があるプロジェクトaに取り組んでいます。
そのために私は使用していてeclipse
、オンラインでいくつかのコードを入手しましたが、インポートの下でサポートするために追加する必要がある.jarファイルがわかりません..
import com.google.Android.gdata.client.AndroidXmlParserFactory;
import com.google.Android.gdata.client.JakartaGDataClient;
import com.google.wireless.gdata.calendar.client.CalendarClient;
import com.google.wireless.gdata.calendar.data.EventEntry;
import com.google.wireless.gdata.calendar.data.When;
import com.google.wireless.gdata.calendar.parser.xml.XmlCalendarGDataParserFactory;
import com.google.wireless.gdata.client.QueryParams;
import com.google.wireless.gdata.data.Feed;
import com.google.wireless.gdata.parser.GDataParser;
これに関して誰か助けてください..
または、来週に締め切りがあるため、私のプロジェクトのその他の手がかり..
事前にどうもありがとうございました..
本当に感謝します。