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

Blog page #28

Closed krdmllr closed 4 years ago

krdmllr commented 5 years ago

Hi David,

this adds the blog page to Xappy.

I keep this open so you can track the progress and can see what is currently missing.

Current state:

Android iOS
image todo
davidortinau commented 5 years ago

@krdmllr how's this coming along? Could we merge this and then continue with it or get some others involved as well?

krdmllr commented 5 years ago

Hi David,

I would like to implement the iOS part aswell and would try to finish that this week.

Implementing the horizontally filling tiles image is a bit tricky to do because all classes you need to overwrite are sealed/interal on android. I raised an issue in the XF repo (https://github.com/xamarin/Xamarin.Forms/issues/6090), I would suggest to wait for this feature until the android implementation gets opened up. We could just copy all the classes to the project but I think that would not be the best style, perhaps there is another solution someone from the community knows.