Replies: 1 comment 1 reply
-
I read all things that come through the forum. I definitely don't do consulting for the setup stuff as the time involved just isn't worth it to me. In your case, obviously namespaces are an issue as you've noticed... the rest is likely missing libraries. You really should use the samples as a guide. To do a BLE scan is pretty straight forward. You're trying to look at the entire solution as opposed to just the stuff you need. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’m a somewhat new programmer but I’m a big fan of .NET Maui, MVVM, and Shiny. I’m really trying to learn but I’ve been having some issues.
There are a lot of great features of Shiny that I’d like to use but I figured I’d just start with a Bluetooth scan and get that working in a basic application. After that, I’m hoping to branch out and explore the other features Shiny offers.
I’ve used Templates to bring in the necessary Bluetooth framework to my application. Then I went to Github to pull some files from Sample.Maui (such as ScanViewModel and ScanPage, amongst others). This has resulted in a bunch of errors, which makes sense – I know I need to resolve issues with namespaces, etc. I’ve tried to clear up all the errors I’m encountering to the best of my ability but I’m not having much luck on a handful of them. I've included a screenshot of the errors I'm dealing with - I'm certain they're pretty simple.
This may not be a normal request for this forum, but I was curious if I anyone would be willing to do a screen share and help me work through some of these issues. Name your price, within reason.
PS. Allan, if you’re reading this, awesome work on all of this. I know you offer 1 on 1 development help for a reasonable price, but this stuff is so basic that it would probably just be an annoyance to you, lol.
Beta Was this translation helpful? Give feedback.
All reactions