Cross-Platform app with C# and Uno Platform - Part 2

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Uno.SfChart

    Syncfusion Uno Chart is an easy to use library for building native mobile and WebAssembly apps with C#, XAML from a single codebase. The chart controls offers 10+ chart types namely line, column, area, bar, pie, doughnut, scatter, etc.

  • With Syncfusion, it required adding their entire project locally to the solution to integrate it and there was no license specified at that time, so I skipped it. It seems to be resolved now though. Infragistics looks good too but they have a trial license which I didn't go for at that time.

  • react-native

    A framework for building native applications using React

  • React Native - Apps for Android and iOS, using React.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Uno Platform

    Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

  • We can then specify the Data Template, to optimize the view for that size, and this gets triggered depending on the dimensions specified in the breakpoint. Think of this as a CSS media query, to make it easier to relate to. In our case, I also have the command in the viewmodel that fetches data on startup, asynchronously. This data is being bound to the DataGrid which is present in the above Data Template. This somehow doesn't work on Mac, while it works fine on other platforms. I have opened a GitHub issue for this and until then, I have the app in Mac without any data, to show that it does launch and also is responsive (visual adaptive breakpoints).

  • react-native-windows

    A framework for building native Windows apps with React.

  • React Native for Windows and Mac - An interesting option to bring React Native apps to Windows and Mac!

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • We can then specify the Data Template, to optimize the view for that size, and this gets triggered depending on the dimensions specified in the breakpoint. Think of this as a CSS media query, to make it easier to relate to. In our case, I also have the command in the viewmodel that fetches data on startup, asynchronously. This data is being bound to the DataGrid which is present in the above Data Template. This somehow doesn't work on Mac, while it works fine on other platforms. I have opened a GitHub issue for this and until then, I have the app in Mac without any data, to show that it does launch and also is responsive (visual adaptive breakpoints).

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • Flutter - Google's UI toolkit offering, using Dart.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts