Skip to content

Instantly share code, notes, and snippets.

View tschuchortdev's full-sized avatar
🐛
master of bugs

Thilo Schuchort tschuchortdev

🐛
master of bugs
  • inoio GmbH
  • Hamburg, Germany
View GitHub Profile
@tschuchortdev
tschuchortdev / Channel.java
Last active January 25, 2018 19:50 — forked from macsystems/Channel.java
If you want to parse an RSS Feed using SimpleXML you can use this as an Start. I used this to parse RSS using RetroFit from Square
import org.simpleframework.xml.Attribute;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.ElementList;
import org.simpleframework.xml.Namespace;
import org.simpleframework.xml.NamespaceList;
import org.simpleframework.xml.Root;
import org.simpleframework.xml.Text;
import java.util.List;