ProgrammingWizards TV

Rank: 18 / 670

9 selected videos

Android RSS Feed XML Ep.04 - Multiple Items In GridView [XmlPullParser]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-gridview-multiple-fields-downlaodparseshow-headlines-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

Hello guys,we talk about Android RSS Feeds with a gridview.Its simple we fetch RSS feeds from a website,parse these feeds,and show in custom gridview.We shall be fetching...

View more

Related topics : android tutorial rss feed reader / rss reader source code android / rss feed code for android / rss feed reader code for website

Android RSS Feed XML Ep.09 : ListView - Master Detail [Open Article Activity]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-listview-master-detail-downloadparseshow-headlines-open-activity-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info .

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

In this tutorial we discuss rss parsing and showing in our listview.Then when one article is clicked in the master view,it opens us the detail view.We use...

View more

Related topics : open source rss feed reader android / android rss reader source code download / rss feed code for android

Android RSS Feed XML Ep.08 : GridView - Master Detail [Open Article Activity]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-gridview-master-detail-downloadparseshow-headlines-open-activity-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

Good morning.Today we talk about android rss xml parsing with master detail.We have a master view that displays a gridview of articles we are fetching from a...

View more

Related topics : open source rss feed reader android / rss reader source code android / rss feed code for android / android tutorial rss feed reader / rss feed reader code for website

Android RSS Feeds XML Ep.06 : ListView - Parse Show Images and Text [XmlPullParser]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-listview-downlaodparseshow-headlines-with-images-and-text-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info or request a compressed

version in our the SITE's support page.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

In this tutorial we explore how to parse RSS Feeds from a Website RSS.In this case,unlike other...

View more

Related topics : rss feed code for android / rss feed html code for website

Android RSS Feed XML Ep.03 : RecyclerView - Show HeadLines [XmlPullParser]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-recyclerview-downloadparseshow-headlines-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

Android Recommends XmlPullParser for xml parsing and HttpUrlConnection for network operations because of their efficiency.Its what we use in this tutorial.We aim to download RSS Feeds...

View more

Android RSS Feed XML Ep.05 - Multiple Items In ListView [XmlPullParser]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-listview-multiple-fields-downloadparseshow-headlines-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

Once more we use XmlPullParser to parse Xml RSS Feed that we obtain from a website and show multiple items in ListView.We had done RSS ListView tutorial but those were...

View more

Related topics : rss feed code for android / rss feed code for website

Android RSS Feed XML Ep.02 : ListView - Show HeadLines [AsyncTask]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-listview-downloadparseshow-headlines-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

We download RSS Feeds from a website in the background thread.We use both HttpUrlConnection and XmlPullParser,two classes recommended by android for their respective purposes because of...

View more

Android RSS Feed XML Ep.01 : GridView - Show Headlines [HttpUrlConnection]

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-xml-simple-gridview-xmlpullparser-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info or request a compressed

version in our the SITE's support page.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

It's June 11 2016.Soccer fans,there is Euro tournament and you can support your respective countries.However,we are continuing...

View more

Related topics : rss feed code for android

Android RSS Feed XML Ep.06 - Multiple Items In RecyclerView

SOURCE CODE REFERENCE : http://camposha.info/source/android-rss-recyclerview-multiple-fields-downloadparseshow-headlines-source/

Browse SOURCE CODE of this and other tutorial : http://camposha.info.

SOURCE REPO : http://camposha.info

SUPPORT SITE : http://camposha.info

FB Page : https://web.facebook.com/oclemmy/

DESCRIPTION

Hi guys.We continue with Android XML RSS Parsing series of tutorials.Today we talk about RSS and RecyclerView.We fetch multiple items or tags and parse them in an...

View more

Related topics : rss feed code for android