2024-08-01から1ヶ月間の記事一覧

Could not save pictures into db with Maui and SQlite episode2

Episode 1 here Causing2 Solution Afterword Episode 1 here neattanaka.hatenablog.com Causing2 Reason for ListView showing Items of picture ListView must have a List to show at MainViewModel(Binding Context) not only binding ItemSource at Xa…

Could not save pictures into db with Maui and SQlite Episode1

Outline Problem Overview Causing Next Episode Outline I am creating file manager software with Maui and SQlite, so I reworked this page project .NET MAUI アプリで SQLite を使用してローカル データを格納する - Training | Microsoft Learn - Yo…

In Maui 'InitializeComponent()' does not exist in the current context.

Intro (not must read) OutLine My Solution Otheres(not must read) Intro (not must read) I use Visual Studio 2022LTS regularly . It happens to install Preview version, and the IDE says usualy "'InitializeComponent()' does not exist in the cu…

MauiとSQliteでdbにデータが保存できなかったListView編

前回(ここの記事の続きです) 原因 解決法 あとがき(読まなくても大丈夫です) 前回(ここの記事の続きです) neattanaka.hatenablog.com 原因 画像がListViewに表示されなかった原因 ListViewはXaml側でItemSourceを指定するだけではなく、BindingContext…

MauiとSQliteでdbにデータが保存できなかったdb編

まえがき(必読ではありません) 概要 原因 解決法 次回 まえがき(必読ではありません) MauiとSQLiteをつかってファイル管理のソフトを作ろうと思い、次の .NET MAUI アプリで SQLite を使用してローカル データを格納する - Training | Microsoft Learn -…