davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

Latest News / Blog Page #6

Open davidortinau opened 5 years ago

davidortinau commented 5 years ago

Description

A staggered list CollectionView.

Initial content will be images and headlines for blogs.

Future considerations:

blog

Sub Tasks

maryanne-exe commented 5 years ago
xamarin_blog
krdmllr commented 5 years ago

Hey, is this still up for grabs or is @jsuarezruiz doing this :)?

davidortinau commented 5 years ago

Hi @krdmllr, @jsuarezruiz is planning to tackle this one, but I also have him tagged for the Dashboard. Perhaps you guys could negotiate tasks?

krdmllr commented 5 years ago

@jsuarezruiz did you already start working on the issues or would there be one I could take?

krdmllr commented 5 years ago

Android staggered view wip

image

krdmllr commented 5 years ago

Do you already have an idea where the data will come from?

Edit: I track the progress here: https://github.com/davidortinau/Xappy/pull/28

jsuarezruiz commented 5 years ago

I think the data would come from https://devblogs.microsoft.com/xamarin/feed/ Let me send a PR with the service necessary to get this data :)

krdmllr commented 5 years ago

I already implemented a service to fetch the feed but it only returns 10 items and I could not find any information if it supports pagination.