I have a request for simple application containing few views, no business logic, communication with REST services. The problem lies on multiple environments:
1. windows phone 8
2. windows phone 8.1
3. windows 8
4. windows 7
5. windows xp
I am concerning WPF application for Windows 8 and and Windows 7, Windows Phone 8 application for Phone 8 and Phone 8.1, for XP (i know it is not supported) separate application.
Do I miss something or there is hidden pitfall ? It is possible to generalize desktop application for Windows 8, 7 and XP ?
Thanks in advance
EDIT:
Finally with help I have solution that fills requirements:
1. For Win Phone 8.1 and 8.0 Windows Phone 8.0 application, as it will work on both systems
2. For Win 8 and Win 7, WPF application
3. For Win XP dedicated application
Looks like a lot of work...