Skip to content

News Feed integration

This article covers how to set up a iOS, Android, and FireOS News Feed for the Xamarin platform.

Android

See the Android integration instructions for information on how to integrate the News Feed into your Xamarin Android app. Furthermore, you can look at the sample application implementation samples.

iOS

See the iOS integration instructions for information on how to integrate the News Feed into your Xamarin iOS app. Furthermore, you can look at the sample application implementation samples.

Of all the implementation options, the quickest to implement is the Modal, which can be added by doing the following in your ViewController:

1
2
3
// C#
ABKFeedViewControllerModalContext m = new ABKFeedViewControllerModalContext ();
this.PresentViewController (m, true, null);
HOW HELPFUL WAS THIS PAGE?
New Stuff!