views:

129

answers:

4

I've heard that windows mobile 7's user interface (UI) is completely based on silverlight. can anybody confirm this? or it is implemented by other frameworks?

thank you

+1  A: 

Yes it is based on Silverlight

Shoban
Thank you, would you please provide me a reference about it?
Nima Rikhtegar
+3  A: 

Windows Phone 7 will support developing apps in either Silverlight or XNA.

Are you asking if the shell, etc that comes on the phone itself is written in Silverlight? My first question would be "why does it matter what Microsoft used?" It's probably a good bet that they leveraged it, but I doubt they did everything in SL. At some point they have to get down to the OS. For example, I doubt the built-in media player core or Office apps are SL.

Looking at the unlocked emulator image contents would certainly let you deduce which parts were developed with what technologies. I leave that exercise to you.

ctacke
+1  A: 

Indeed Silverlight is used for third-party apps on Windows Phone 7, plus XNA is supported too as mentioned. However the Office apps and some first-party applications are written using the Iris framework which is an internal only developer framework similar to WPF, it is the same framework used for the Zune Software (Dorado) which is used to sync to a Windows Phone 7 device.

RoguePlanetoid
A: 

I can tell you one thing, they are using Expression Blend (or a modified version of it) for parts of the core UI design. You can see the developers using this on one of their promo videos.

Sangheili