简体   繁体   中英

How to add more XAML pages or more XAML.cs pages to one XAML or one XAML.cs File In windows Phone 8?

I am an android Developer I am new to windows Phone 8

Recently i done an android application.. So i want to develop that application with same view and same functionality in windows Phone 8

In that part of developing, an android or iPhone application we can use one Design page with Different Coding pages.. or one coding page with different design

I mean when i am developing my android i used many XML files with one java file,. and may Java files with one xml file..

But where as in windows We have One XAML page to that we can add one page XAML.cs It not possible To give same like android and iPhone.

If its there Please let me know.. In my application i am Parsing the JSON data form a URL ,.. for that i have added a search engine so that user can search and that activity,and it will be parsed and displayed in another Page.

In android I done this with one Two xaml files and one class file here its not possible,,

Is there any way to Do so.. in Windows Phone 8, If there Please Suggest.

In short NO.

Why you ask : In Visual Studio, there will be only one XAML.cs for every XAML file. By that way your code will be more structured and will be tightly coupled with your design view. But you can create other classes and you can refer it in your XAML.cs class.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM