Giter VIP home page Giter VIP logo

Comments (11)

alexrainman avatar alexrainman commented on June 12, 2024 3

UWP support is out.

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024 2

Workin on it :)

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024 1

It will be released later this week.

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024 1

Still working on it. Testing on simulator as i dont have a real Windows Phone device :(

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024 1

This has been tricky. UWP DataTemplate doesn't have constructors with parameters, something like DataTemplate(Func) could be useful here but doesn't work like that. You cannot assign DataTemplate content programmatically neither and VisualTree property is not there anymore.

Anyway, i am close. I was able to convert Xamarin.Forms view to UWP native element and add it to the control. Now i am wrapping the whole thing. Stay tuned.

I also have customizable Page Indicators in my roadmap.

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024 1

As i am not UWP expert, im having hard times making it work the right way. Actually, this plugin is the very first thing i do for the platform, so you are free to clone the repo and try to achieve this:

  • Avoid to rebuild multiple times when ResizeChanged is called (maybe resize each page instead of re-generating them)
  • Use UWP TemplateSelector that will return what Xamarin.Forms template selector will return given the position.

If you take a look at my code, i had to generate all the pages and add them to an array of FrameworkElement and use the array as source of FlipView. That's not the case of iOS and Android where only 3 pages are rendered at a time as maximum. I use each platform widget virtualization in those cases.

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024 1

If my work is helping you, please help me back: https://xamarinhq.wufoo.com/forms/nominate-a-xamarin-mvp/

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024 1

This is what i have done that is community visible:

  • Alex has been pretty active sharing his knowledge and answering questions in StackOverflow, GitHub and Xamarin Forums.
  • Alex has been open sourcing Xamarin components and plugin with the community, with more of 10 repositories being maintained on GitHub.
  • One of Alex's Xamarin.Forms plugin, the CarouselView, is currently being pulled into the Xamarin.Forms core (xamarin/Xamarin.Forms#853). As an stable widget, this control has become the standard for Xamarin.Forms carousel screens with more that 16K downloads in NuGet and more than 100 solved and not open issues.
  • Another Alex's plugin, the SegmentedControl (https://github.com/alexrainman/SegmentedControl), is a big candidate to be also pulled into Xamarin.Forms core.
  • Plus Xamarin.Forms UI related plugins, Alex shares plugins to set app icon Badge, Google Analytics and KeyChain access.
  • Alex shares his knowledge about cutting edge technologies like Couchbase NoSQL and MobileIron integration with Xamarin Apps.

from carouselview.

alexrainman avatar alexrainman commented on June 12, 2024

I am testing FlipView widget on UWP :)

from carouselview.

PierreJung avatar PierreJung commented on June 12, 2024

Do you think this will come soon?

from carouselview.

JimSEOW avatar JimSEOW commented on June 12, 2024

Any update on UWP?

from carouselview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.