Posts by Jose • 1 point
1 post
-
0
votes1
answer30
viewsQ: Receiving items from a feed - Xamarin
With this method I search all the items of a url. Now I need to select only the fifth position item, how can I do this and what changes I should make? private async Task<List<FeedItem>>…