Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Thats why I am sad UWP didnt work out as they hoped. Within 15 minutes I could have downloaded the required SDKs, make an app like you describe and deploy it bot to Windows and my phone.
It just worked out of the box. -
@mt3o or maybe use zApp Application Framework since you are naming ancient frameworks that no one ever uses.
-
emilews425yI mean, android apps made in java are a completely complicated, stupid and glorified JavaFX project
-
@mt3o winforms is ancient and in my experience never used for new projects. WPF is way more common and because of the similarities with UWP, Xamarin and Avalonia it makes it easier to port things over to multiplatform.
So yes winforms is ancient and only used in existing projects, in the netherlands you get laughed at when you start a new application with winforms... -
mt3o19145y@Codex404 it depends on the platform and requirements. Where I work we have such programs. You know, about ten years ago I had similar discussion. But then instead of UWP people were hyped about silverlight. After that time I still see software in winforms, and Silverlight is practically dead :)
-
@mt3o im not talking about UWP. Im saying WPF is the thing to do. Since almost no one younger than 30 knows WinForms. Since WPF is easier and more modern.
Hell in 2014 they (MS) already said only bugs will be fixed because its outdated. You can keep saying that it isn't but if it isnt in actual development and the creator has made an alternative I am pretty sure one can say its outdated and shouldnt start a new project with it. -
mt3o19145yPoint taken. Nevertheless, try it like millions of devs before you and then get back to naming android as a technical debt.
Related Rants
The more I investigate mobile development the more it becomes apparent to me that modern development is a *massive* pile of technical debt thats going to burst, crash, and burn one day, along with the entire industry.
If it takes a newbie more than ten minutes in your framework to add a fucking *button* and navigate to a new screen, then your framework is shit.
rant
react