In Android RSS Reader Application using SQLite Part 1 we completed creating required classes. In this part we are starting with designing the application. 6. Designing the Header The application header has a gradient background color and a plus button …
In this tutorial i am going to explain building simple rss reader application. If you are novice about RSS, please go through this RSS 2.0 Specification and get an idea about RSS. The Application Overview The is very simple rss …
In Android Tab Layout Tutorial i explained how to implement a tab view. This tutorial is about implementing list view inside a tab layout. Everything is same except tabs will have listview inside it. List data is displayed by fetching …