I am new to Windows Phone 7 application development. Can we create different views in same page, like a Web Application , in a Windows Phone 7 application?
in Web application in one page we have showing different view like (Example: registration in one view and Registrion View in another View but both views are in same page (Regiatrationpage.aspx) like that can we create views or frames in windows 7 phone ap开发者_JAVA百科plication
If so kindly guide me
Each page in a WP7 application can be constructed in any way that you see fit. However, you should take a look at the Windows Phone 7 Series UI Design & Interaction Guide for inspiration, information about the Metro design language, and the way in what applications should be put together.
Yes you can have a web app hosted in a windows 7 app although I'm not sure why you'd want to.
精彩评论