This 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
- Download latest data asynchronously from server
- Display feeds title, thumbnail on list view
- Download and cache images using UrlImageViewHelper component
- 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.
You can remove the android:style attribute from TextView layout. Create your own style class.
Hi, when I try to test your example of JsonFeedParser it starts and try to open than suddenly crashes.
Would you mind pasting the crash log? That will help to find the cause quick.
Thanks
i really love your code it is working fine with when using your website feed but finding troubles to use it with my blogger json link ..can you please help me fix it ..This is my json feed link “https://googleblog.blogspot.com/feeds/posts/default?alt=json”
google blogspot json file is too complicated to parse ..Thank so much
can you please add akavache or any other (best ) library for caching data