matshofman / Android-RSS-Reader-Library

A RSS reader library to fetch a RSS feed from the web and parse it to workable objects
303 stars 95 forks source link

Cyclical Bundle StackOverflow Error #5

Open arpit opened 11 years ago

arpit commented 11 years ago

While using your library, I discovered that your FeedItem class attempts to write the Feed object to the bundle when being parcel-ed (in writeToParcel). This causes a StackOverflowError and is apparently a known thing that is discouraged ( see this issue on Google Code )

Commenting that out works. There needs to be a different way to reference the feed.

matshofman commented 11 years ago

Oke, I haven't had any problems myself with it but I'm not able to fix this in the near future.

If you would like to fix this yourself, I'm open to everyone who wants to contribute any code to this library.