|
|
|
|
|
by BobPalmer
5112 days ago
|
|
I've built a few cross-platform apps that work both on WP7 and Win8 - as noted before, Portable Class Libraries is a huge help. My web services were fully reused as were all of my base libraries, just had to redo the UI - and between Silverlight and WinRT I was able to copy and paste a lot of my XAML (just a few namespace changes and a couple of minor mods). I actually did a talk at a user group where I showed a few different apps, then translated them live between the phone, the web, and the tablet. |
|