StackTipsStackTips

JSON Feed Reader Application in Xamarin Android

This is an sample JSON feed reader application developed in Xamarin.Android platform. This app will fetch the recent posts…

December 24, 2014 · 1 min read · Updated Sep 2025

Deprecation warning

Xamarin reached end of support on May 1, 2024. Microsoft recommends migrating to .NET MAUI for new and existing cross-platform projects. These articles are kept for historical reference.

JSON Feed Reader Application in Xamarin.AndroidThis is an sample JSON feed reader application developed in Xamarin.Android platform. This app will fetch the recent posts from stacktips.com and display list of posts along with post title, thumbnail, description on screen.

Features

  1. Download latest data asynchronously from server
  2. Display feeds title, thumbnail on list view
  3. Download and cache images using UrlImageViewHelper component
  4. Allow user to read feed details

All the source code used in this example, are open source. You may grab a copy of the project source code from the download link provided.

Browse Code Download Zip

Related articles