.netmaui

  1. JiMMy2024

    A MAUI application looks great in Android but terrible in iOS

    Hello.. I have this App.xaml file: <?xml version = "1.0" encoding = "UTF-8" ?> <Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:TimeApp"...
  2. lukaiss

    Question Saving and reading from a text file

    Hi, I need help please. I'm doing a project in .net maui that logs cultural events and adds them to a list. I would need help to save the items in the list to a text file .txt when inserting or editing and to load the saved items back when the program is started. I need to use StreamWriter and...
Back
Top Bottom