You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,18 @@ Simple-Rss2-Android
4
4
A really simple RSS 2.0 Parser Library for Android. For easier use it also includes an asynchronous call to get feeds in the background and nofies the UI thread using a callback object.
5
5
6
6
== Example: ==
7
-
<code>
8
-
SimpleRss2Parser parser = new SimpleRss2Parser("http://pingeb.org/feed",
7
+
<pre><code>SimpleRss2Parser parser = new SimpleRss2Parser("http://pingeb.org/feed",
Copy file name to clipboardExpand all lines: README.md~
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,18 @@ Simple-Rss2-Android
4
4
A really simple RSS 2.0 Parser Library for Android. For easier use it also includes an asynchronous call to get feeds in the background and nofies the UI thread using a callback object.
5
5
6
6
== Example: ==
7
-
8
-
SimpleRss2Parser parser = new SimpleRss2Parser("http://pingeb.org/feed",
7
+
<code>SimpleRss2Parser parser = new SimpleRss2Parser("http://pingeb.org/feed",
0 commit comments