StackTips

JSON Feed Reader Application in Xamarin Android

stacktips avtar

Written by:

Editorial,  2 min read,  updated on September 17, 2023

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 CodeDownload Zip