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. Next Poll: Universal Windows Dev?

Next Poll: Universal Windows Dev?

Scheduled Pinned Locked Moved The Lounge
csharpwpflearninghtmlandroid
40 Posts 16 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.
  • M Marc Clifton

    Pete O'Hanlon wrote:

    I have the start of a blog post about writing UWA apps

    Link? (And don't say the CP blog - I looked there, CP needs to learn how to display a blog.) Marc

    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

    P Offline
    P Offline
    Pete OHanlon
    wrote on last edited by
    #16

    Still writing it. There's a lot to cover, even in a bare bones UWA application. There's a lot of code in it that needs explaining.

    This space for rent

    R 1 Reply Last reply
    0
    • P Pete OHanlon

      Still writing it. There's a lot to cover, even in a bare bones UWA application. There's a lot of code in it that needs explaining.

      This space for rent

      R Offline
      R Offline
      raddevus
      wrote on last edited by
      #17

      Pete O'Hanlon wrote:

      even in a bare bones UWA application. There's a lot of code in it that needs explaining.

      That's a good summary of the situation. :thumbsup:

      My book, Launch Your Android App, is available at Amazon.com.

      1 Reply Last reply
      0
      • R raddevus

        Kornfeld Eliyahu Peter wrote:

        Everywhere? Only if you have Windows 10!!!

        I know. Everywhere is becoming much smaller as the Windows UNIVERSE dwindles. :D

        My book, Launch Your Android App, is available at Amazon.com.

        D Offline
        D Offline
        dandy72
        wrote on last edited by
        #18

        If you drink the Microsoft Kool-Aid, "everywhere" also includes the Xbox (which might not make much sense depending on the app), IoT (same applies), Windows Phone (which very few people have) and HoloLens (which nobody has). I might've been excited about this 5 years ago. Today this seems too little, too late.

        R 1 Reply Last reply
        0
        • R raddevus

          Has anyone actually attempted to create a UWA (Universal Windows App)? I am in the middle of developing one and there are lots of lessons learned. It's not WinForm Development (of course) and it's not WPF. It's almost WPF but it isn't. Lots of new things you have to learn for simple things like copying to clipboard so that it works on all devices. A couple of the most interesting things I've learned is that it is very difficult to find anything on the web specifically about UWP. There's the official Microsoft stuff and then not much else. Microsoft has large github with samples: Windows-universal-samples/Samples at master · Microsoft/Windows-universal-samples · GitHub[^] But, I've also only found two books that even specifically cover the topic from a C# viewpoint (not including HTML5). Universal Windows Apps with XAML and C# Unleashed Amazon.com: Books[^] And most of the stuff in those books I find comes at it from a XAML standpoint instead of a programming / automation C# standpoint. Anyone else trying to dev real UWA out there? Just curious. This would be a good CP poll.

          My book, Launch Your Android App, is available at Amazon.com.

          Mike HankeyM Offline
          Mike HankeyM Offline
          Mike Hankey
          wrote on last edited by
          #19

          Why bother in 6 month's it will be abandoned or obsolete or both.

          New version: WinHeist Version 2.2.2 Beta
          I told my psychiatrist that I was hearing voices in my head. He said you don't have a psychiatrist!

          D R 2 Replies Last reply
          0
          • Mike HankeyM Mike Hankey

            Why bother in 6 month's it will be abandoned or obsolete or both.

            New version: WinHeist Version 2.2.2 Beta
            I told my psychiatrist that I was hearing voices in my head. He said you don't have a psychiatrist!

            D Offline
            D Offline
            dandy72
            wrote on last edited by
            #20

            Mike Hankey wrote:

            Why bother in 6 month's it will be abandoned or obsolete or both.

            ...to be replaced by what, exactly? I'm not saying you're wrong. I'm just wondering what Microsoft can turn to once it becomes clear it's not taking off. (Part of me says bring back Winforms) :-)

            D 1 Reply Last reply
            0
            • D dandy72

              If you drink the Microsoft Kool-Aid, "everywhere" also includes the Xbox (which might not make much sense depending on the app), IoT (same applies), Windows Phone (which very few people have) and HoloLens (which nobody has). I might've been excited about this 5 years ago. Today this seems too little, too late.

              R Offline
              R Offline
              raddevus
              wrote on last edited by
              #21

              dandy72 wrote:

              I might've been excited about this 5 years ago. Today this seems too little, too late.

              That's a good summary of how 98% of the devs feel, I think. And. you're right about xbox and all that too. I was kind of happy to know that, because my app could even have interest on that platform.

              My book, Launch Your Android App, is available at Amazon.com.

              1 Reply Last reply
              0
              • Mike HankeyM Mike Hankey

                Why bother in 6 month's it will be abandoned or obsolete or both.

                New version: WinHeist Version 2.2.2 Beta
                I told my psychiatrist that I was hearing voices in my head. He said you don't have a psychiatrist!

                R Offline
                R Offline
                raddevus
                wrote on last edited by
                #22

                Mike Hankey wrote:

                Why bother in 6 month's it will be abandoned or obsolete or both.

                I know. I think you are right. If you go to twitter you'll see no one is talking about UWA UWP and you can't find many StackOverflow items. People (devs) just aren't really talking about it or doing Universal App dev. This was Microsoft's last flail, I think. Will be down for the count soon. Of course, they'll still rake in $billions$. :sigh:

                My book, Launch Your Android App, is available at Amazon.com.

                1 Reply Last reply
                0
                • R raddevus

                  Has anyone actually attempted to create a UWA (Universal Windows App)? I am in the middle of developing one and there are lots of lessons learned. It's not WinForm Development (of course) and it's not WPF. It's almost WPF but it isn't. Lots of new things you have to learn for simple things like copying to clipboard so that it works on all devices. A couple of the most interesting things I've learned is that it is very difficult to find anything on the web specifically about UWP. There's the official Microsoft stuff and then not much else. Microsoft has large github with samples: Windows-universal-samples/Samples at master · Microsoft/Windows-universal-samples · GitHub[^] But, I've also only found two books that even specifically cover the topic from a C# viewpoint (not including HTML5). Universal Windows Apps with XAML and C# Unleashed Amazon.com: Books[^] And most of the stuff in those books I find comes at it from a XAML standpoint instead of a programming / automation C# standpoint. Anyone else trying to dev real UWA out there? Just curious. This would be a good CP poll.

                  My book, Launch Your Android App, is available at Amazon.com.

                  J Offline
                  J Offline
                  jeffery c
                  wrote on last edited by
                  #23

                  I am a uwp dev. If you've done windows 8.1 apps or wpf it might be easier. Definitely if you've done windows 8.1 apps. I prefer desktop apps as the full dot net framework has more support. Performing rest http requests are very similar on uwp but you need to have that stream referenced correctly or you could have memory leaks? Maybe the Microsoft guys on their support forum are confusing me a little.

                  jeffery

                  R 1 Reply Last reply
                  0
                  • J jeffery c

                    I am a uwp dev. If you've done windows 8.1 apps or wpf it might be easier. Definitely if you've done windows 8.1 apps. I prefer desktop apps as the full dot net framework has more support. Performing rest http requests are very similar on uwp but you need to have that stream referenced correctly or you could have memory leaks? Maybe the Microsoft guys on their support forum are confusing me a little.

                    jeffery

                    R Offline
                    R Offline
                    raddevus
                    wrote on last edited by
                    #24

                    Good info and interesting to find someone out there actually doing UWP. You may be the lone pioneer out at the edge of the wilderness though. :D Thanks for chiming in.

                    My book, Launch Your Android App, is available at Amazon.com.

                    J 1 Reply Last reply
                    0
                    • D dandy72

                      Mike Hankey wrote:

                      Why bother in 6 month's it will be abandoned or obsolete or both.

                      ...to be replaced by what, exactly? I'm not saying you're wrong. I'm just wondering what Microsoft can turn to once it becomes clear it's not taking off. (Part of me says bring back Winforms) :-)

                      D Offline
                      D Offline
                      David Carta
                      wrote on last edited by
                      #25

                      Xamarin. They already have a full stack in VS. Deploys to Android and iOS (mostly). Why not make it so it can deploy universally.

                      D 1 Reply Last reply
                      0
                      • R raddevus

                        Universal Windows Platform It's write once, run everywhere dream! See more here:Guide to Universal Windows Platform (UWP) apps[^]

                        My book, Launch Your Android App, is available at Amazon.com.

                        C Offline
                        C Offline
                        ClockMeister
                        wrote on last edited by
                        #26

                        Yeah, write once run anywhere except where "anywhere" ain't Windows 10. Winforms is much closer to WORA than that!

                        R 1 Reply Last reply
                        0
                        • R raddevus

                          Good info and interesting to find someone out there actually doing UWP. You may be the lone pioneer out at the edge of the wilderness though. :D Thanks for chiming in.

                          My book, Launch Your Android App, is available at Amazon.com.

                          J Offline
                          J Offline
                          jeffery c
                          wrote on last edited by
                          #27

                          It's not too bad. They need it to support XML serialization though so projects can be ported instead of the change data contract type stuff. I was trying to port the eBay source code over to uwp but the XML serialization stuff drives me crazy. If you need help I will try and give it. File system and all that is pretty much the same as windows 8.1 with a few changes that's why a simple app or one with rest API code might be possible but its a little hard because serialization is messed up if you need XML.

                          jeffery

                          1 Reply Last reply
                          0
                          • C ClockMeister

                            Yeah, write once run anywhere except where "anywhere" ain't Windows 10. Winforms is much closer to WORA than that!

                            R Offline
                            R Offline
                            raddevus
                            wrote on last edited by
                            #28

                            ClockMeister wrote:

                            Winforms is much closer to WORA than that!

                            It does seem to be the case. And it's unfortunate because there are a lot of crusty old controls in the WinForms realm. Many of them are dated back to Win95, few of them ever really got updated.

                            My book, Launch Your Android App, is available at Amazon.com.

                            C 1 Reply Last reply
                            0
                            • D David Carta

                              Xamarin. They already have a full stack in VS. Deploys to Android and iOS (mostly). Why not make it so it can deploy universally.

                              D Offline
                              D Offline
                              dandy72
                              wrote on last edited by
                              #29

                              Comparing UWP and Xamarin...I suspect that Xamarin only represents a small subset of what can be done with UWP (notwithstanding being cross-platform). Mind you, it'd be great if Xamarin became a superset/cross-platform version of UWP. But I don't see that happening.

                              1 Reply Last reply
                              0
                              • R raddevus

                                Has anyone actually attempted to create a UWA (Universal Windows App)? I am in the middle of developing one and there are lots of lessons learned. It's not WinForm Development (of course) and it's not WPF. It's almost WPF but it isn't. Lots of new things you have to learn for simple things like copying to clipboard so that it works on all devices. A couple of the most interesting things I've learned is that it is very difficult to find anything on the web specifically about UWP. There's the official Microsoft stuff and then not much else. Microsoft has large github with samples: Windows-universal-samples/Samples at master · Microsoft/Windows-universal-samples · GitHub[^] But, I've also only found two books that even specifically cover the topic from a C# viewpoint (not including HTML5). Universal Windows Apps with XAML and C# Unleashed Amazon.com: Books[^] And most of the stuff in those books I find comes at it from a XAML standpoint instead of a programming / automation C# standpoint. Anyone else trying to dev real UWA out there? Just curious. This would be a good CP poll.

                                My book, Launch Your Android App, is available at Amazon.com.

                                B Offline
                                B Offline
                                Bruce Greene
                                wrote on last edited by
                                #30

                                raddevus wrote:

                                This would be a good CP poll.

                                Yes! As a desktop WPF/C# developer (for industrial automation) with absolutely zero interest in apps that could run on the XBox, I would like to see how much actual UWA interest is out there. Am I developing "legacy" applications or am I still one of the cool kids?

                                J R 2 Replies Last reply
                                0
                                • B Bruce Greene

                                  raddevus wrote:

                                  This would be a good CP poll.

                                  Yes! As a desktop WPF/C# developer (for industrial automation) with absolutely zero interest in apps that could run on the XBox, I would like to see how much actual UWA interest is out there. Am I developing "legacy" applications or am I still one of the cool kids?

                                  J Offline
                                  J Offline
                                  jeffery c
                                  wrote on last edited by
                                  #31

                                  This will be the upcoming model for windows phone. So, the point is as said above in another way, it will be impossible to make a phone app with the full dot net framework now that windows 10 almost permanently uses this model for the store (they were talking about normal apps which still exist but are either considered legacy or "specialized" apps). Now, I do not know what the uwp extensions do but I'm sure they add functionality not given. I'll rise a ticket in visual studio or other support for bringing back serialization for uwp.

                                  jeffery

                                  1 Reply Last reply
                                  0
                                  • R raddevus

                                    Has anyone actually attempted to create a UWA (Universal Windows App)? I am in the middle of developing one and there are lots of lessons learned. It's not WinForm Development (of course) and it's not WPF. It's almost WPF but it isn't. Lots of new things you have to learn for simple things like copying to clipboard so that it works on all devices. A couple of the most interesting things I've learned is that it is very difficult to find anything on the web specifically about UWP. There's the official Microsoft stuff and then not much else. Microsoft has large github with samples: Windows-universal-samples/Samples at master · Microsoft/Windows-universal-samples · GitHub[^] But, I've also only found two books that even specifically cover the topic from a C# viewpoint (not including HTML5). Universal Windows Apps with XAML and C# Unleashed Amazon.com: Books[^] And most of the stuff in those books I find comes at it from a XAML standpoint instead of a programming / automation C# standpoint. Anyone else trying to dev real UWA out there? Just curious. This would be a good CP poll.

                                    My book, Launch Your Android App, is available at Amazon.com.

                                    S Offline
                                    S Offline
                                    stephen hazel
                                    wrote on last edited by
                                    #32

                                    After reading all the folks replying, I feel comforted to know that my initial guess about UWP was at least not terribly wrong... Stick with win32. Until it dies. Hopefully by the time that happens, Android will have device drivers, run on beefy tablets, and, well, not suck for C++ development.

                                    R 1 Reply Last reply
                                    0
                                    • B Bruce Greene

                                      raddevus wrote:

                                      This would be a good CP poll.

                                      Yes! As a desktop WPF/C# developer (for industrial automation) with absolutely zero interest in apps that could run on the XBox, I would like to see how much actual UWA interest is out there. Am I developing "legacy" applications or am I still one of the cool kids?

                                      R Offline
                                      R Offline
                                      raddevus
                                      wrote on last edited by
                                      #33

                                      Bruce Greene wrote:

                                      Am I developing "legacy" applications

                                      Now that we are seeing what Win10 is doing...I guess any win10 development is "legacy development". :D

                                      My book, Launch Your Android App, is available at Amazon.com.

                                      1 Reply Last reply
                                      0
                                      • S stephen hazel

                                        After reading all the folks replying, I feel comforted to know that my initial guess about UWP was at least not terribly wrong... Stick with win32. Until it dies. Hopefully by the time that happens, Android will have device drivers, run on beefy tablets, and, well, not suck for C++ development.

                                        R Offline
                                        R Offline
                                        raddevus
                                        wrote on last edited by
                                        #34

                                        Or WinPhone will ascend!!! :laugh: :laugh: :laugh:

                                        My book, Launch Your Android App, is available at Amazon.com.

                                        1 Reply Last reply
                                        0
                                        • R raddevus

                                          Has anyone actually attempted to create a UWA (Universal Windows App)? I am in the middle of developing one and there are lots of lessons learned. It's not WinForm Development (of course) and it's not WPF. It's almost WPF but it isn't. Lots of new things you have to learn for simple things like copying to clipboard so that it works on all devices. A couple of the most interesting things I've learned is that it is very difficult to find anything on the web specifically about UWP. There's the official Microsoft stuff and then not much else. Microsoft has large github with samples: Windows-universal-samples/Samples at master · Microsoft/Windows-universal-samples · GitHub[^] But, I've also only found two books that even specifically cover the topic from a C# viewpoint (not including HTML5). Universal Windows Apps with XAML and C# Unleashed Amazon.com: Books[^] And most of the stuff in those books I find comes at it from a XAML standpoint instead of a programming / automation C# standpoint. Anyone else trying to dev real UWA out there? Just curious. This would be a good CP poll.

                                          My book, Launch Your Android App, is available at Amazon.com.

                                          M Offline
                                          M Offline
                                          Member 7679313
                                          wrote on last edited by
                                          #35

                                          My answer is sort of yes and sort of no. The application I am creating is intended to be a "real" or professional level quality UWA app, but it is primarily for my own purposes. I will probably put the bulk of it on github when the time is right. I have messed with/customized a number of the starter apps, and been satisfied with my results so far, but I am finding the transition from sample app to fully fulfilling the requirements for a store-worthy app to be REALLY poorly documented. I remember going to a user group at the local Microsoft office early in the Windows 8 era, and hearing pleadings from several people about "it is not that hard", and "you should really do this" but, now, as with then, I reach a particular point, get a number of "bzzzzt, that isn't right" messages, and move on with life because quality explanations for why don't even exist in google searches. "You should ask"? I move on with my life if I have to wait that long for an answer...

                                          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