Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Multiplatform multiframework overload

Multiplatform multiframework overload

Scheduled Pinned Locked Moved The Lounge
csharpandroidmobilewinformshardware
11 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    honey the codewitch
    wrote on last edited by
    #1

    UWP, WinForms, Xamarin Android, ESP32-IDF, and the Arduino Framework And that's just one project. And a couple of firsts for me. I'm dizzy. :~ I elephanting need an team but this is a small venture with a big ambition. One foot in front of the other. I got this. :cool: Wish me luck.

    Real programmers use butterflies

    L 2 Replies Last reply
    0
    • H honey the codewitch

      UWP, WinForms, Xamarin Android, ESP32-IDF, and the Arduino Framework And that's just one project. And a couple of firsts for me. I'm dizzy. :~ I elephanting need an team but this is a small venture with a big ambition. One foot in front of the other. I got this. :cool: Wish me luck.

      Real programmers use butterflies

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Web App and you are done ;P :laugh:

      H 1 Reply Last reply
      0
      • L Lost User

        Web App and you are done ;P :laugh:

        H Offline
        H Offline
        honey the codewitch
        wrote on last edited by
        #3

        That would violate so many HIPPA requirements that I'd probably be arrested.

        Real programmers use butterflies

        L D J 3 Replies Last reply
        0
        • H honey the codewitch

          That would violate so many HIPPA requirements that I'd probably be arrested.

          Real programmers use butterflies

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I would not care about as long as APPIH is not violated ;)

          1 Reply Last reply
          0
          • H honey the codewitch

            That would violate so many HIPPA requirements that I'd probably be arrested.

            Real programmers use butterflies

            D Offline
            D Offline
            David ONeil
            wrote on last edited by
            #5

            And you can guarantee that none of the thousand frameworks the project is including isn't injecting a vulnerability?

            The Science of King David's Court | Object Oriented Programming with C++

            H 1 Reply Last reply
            0
            • D David ONeil

              And you can guarantee that none of the thousand frameworks the project is including isn't injecting a vulnerability?

              The Science of King David's Court | Object Oriented Programming with C++

              H Offline
              H Offline
              honey the codewitch
              wrote on last edited by
              #6

              Nope, but that's the client apps, not the device itself. When it comes to it, we'll have appropriate apps reviewed for HIPPA compliance and likely the whole thing will go through FDA approval, but I don't have to care about that because I'm not getting paid to care about that. The web thing I said half in jest. Seriously though, realistically I don't think anyone really wants to upload their breathing patterns to a website absent some use for crowdsourcing that kind of data. I mean, other than "benchmarking" opera singers I'm not really sure what you'd do with it. Besides, I can grab all that from the apps. And the web can't talk bluetooth though the device I built can connect via bt or wifi (though local net only, i deliberately use a discovery mechanism that doesn't route)

              Real programmers use butterflies

              1 Reply Last reply
              0
              • H honey the codewitch

                UWP, WinForms, Xamarin Android, ESP32-IDF, and the Arduino Framework And that's just one project. And a couple of firsts for me. I'm dizzy. :~ I elephanting need an team but this is a small venture with a big ambition. One foot in front of the other. I got this. :cool: Wish me luck.

                Real programmers use butterflies

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                You'll have an easier time with UWP and WPF versus UWP and Windows Forms; WPF (UI) code is easier to port to UWP than Windows Forms.

                It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                H 1 Reply Last reply
                0
                • L Lost User

                  You'll have an easier time with UWP and WPF versus UWP and Windows Forms; WPF (UI) code is easier to port to UWP than Windows Forms.

                  It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                  H Offline
                  H Offline
                  honey the codewitch
                  wrote on last edited by
                  #8

                  Yeah. I'm mocking in WinForms though, and also building the core non-UI logic in Winforms because the WPF and UWP designers are just godawful and i need quick turn around in terms of the client approving core features I'll probably go Winforms(Mock)->WPF->UWP Or something like that.

                  Real programmers use butterflies

                  L 1 Reply Last reply
                  0
                  • H honey the codewitch

                    Yeah. I'm mocking in WinForms though, and also building the core non-UI logic in Winforms because the WPF and UWP designers are just godawful and i need quick turn around in terms of the client approving core features I'll probably go Winforms(Mock)->WPF->UWP Or something like that.

                    Real programmers use butterflies

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #9

                    I don't use the designers ... straight XAML all the way. And code behind! It's just one big visual tree; made up of other little trees (User Controls).

                    It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                    H 1 Reply Last reply
                    0
                    • L Lost User

                      I don't use the designers ... straight XAML all the way. And code behind! It's just one big visual tree; made up of other little trees (User Controls).

                      It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                      H Offline
                      H Offline
                      honey the codewitch
                      wrote on last edited by
                      #10

                      I like having a designer for RAD stuff. Plus it's really nice to have (a working) one for learning the framework - tweak a setting or add a control and look at the source.

                      Real programmers use butterflies

                      1 Reply Last reply
                      0
                      • H honey the codewitch

                        That would violate so many HIPPA requirements that I'd probably be arrested.

                        Real programmers use butterflies

                        J Offline
                        J Offline
                        jsc42
                        wrote on last edited by
                        #11

                        That would not make you Happi

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups