I’ve been trying to implement a SpreadSheet client based on the calendar example.
I managed to get spreadsheets, worksheets feeds and entries, utilizing the parser and the @Key attribute.
(explanation here)
However when I got to the ListFeed response, the data is stored in elements, so the @Key feature cannot be used
Is there any way to parse this automatically?
I’ve been trying to implement a SpreadSheet client based on the calendar example. I
Share
If you would like to parse , for example :
You need to create a class Author
And in your feed class, you add :
That should do the trick.