From e32fb3dc40a3cbc724b6ed647b592827719557b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Mon, 9 Feb 2026 09:47:38 +0300 Subject: [PATCH] Remove dead Windows Phone from app development It is not a major platform anymore, in fact it is dead. --- source/articles/2015-01-03-app-development.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/articles/2015-01-03-app-development.html.markdown b/source/articles/2015-01-03-app-development.html.markdown index 02158d10..9921c1fa 100644 --- a/source/articles/2015-01-03-app-development.html.markdown +++ b/source/articles/2015-01-03-app-development.html.markdown @@ -21,7 +21,7 @@ device itself. These days, to deliver the service to a customer we really have to support multiple distribution channels: a website usable from a variety of computers and devices, plus a native app for each of the major -platforms (Android, iOS, Windows Phone). +platforms (Android, iOS). A lot of different technologies to learn! Life for software developers isn't that simple anymore. What are your options ?