Monday 1 April 2013

Your First Windows 8 App

Developing Static App:



First we just look at how to create a static app using grid or split app template here.

Visual Studio 2012 -->New project (Visual C#) -->Split App

Now you will get a 2 pages such as ItemPage.xaml and SplitPage.xaml in solution explorer.You should understand that all these page are data binded by template itself so editing value at one place will be automatically reflect on another page.
   
Now to edit a value in template expand Data Model in solution explorer then you can see the file c#  SampleDataSource.cs .



   
Now open the file c# SampleDataSource.cs then search for the public SampleDataSource() method.

  
Now you have to edit the values (group name ,item name image etc).Here all content in ItemPage.xaml are termed as Groups where as the SplitPage.xaml will display the Group's corresponding items.

 TO EDIT THE GROUP you have to understand the parameters first
 var group1 = new SampleDataGroup("Group-1",
                    "Group Title: 1",
                    "Group Subtitle: 1",
                    "Assets/DarkGray.png",
                    "Group Description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus tempor scelerisque lorem in vehicula. Aliquam tincidunt, lacus ut sagittis tristique, turpis massa volutpat augue, eu rutrum ligula ante a ante");



SYNTAX:
 var group1 = new SampleDataGroup(GROUP ID,
                    Group Title,
                    Group sub title,
                    Group image (Will shown in ItemPage.xaml)
                    Group description);

e.g
if you are developing an application with all list of food of human then we go for fruit as a group so it might resemble this

 var group1 = new SampleDataGroup("Group-1",
                      "Fruits",
                      "Healthy Food",
                      "Apple.jpg",
                      "Fruits are very good for human health");


Note: You should add image to your project before you use it here (Learn how to add Image to your project)


so then we have to edit the Group Items details

group1.Items.Add(new SampleDataItem("Group-1-Item-1",
                    "Item Title: 1",
                    "Item Subtitle: 1",
                    "Assets/LightGray.png",
                    "Item Description: Pellentesque porta, mauris quis interdum vehicula, urna sapien ultrices velit, nec venenatis dui odio in augue. ",
                    ITEM_CONTENT,
                    group1));


SYNTAX:
 group1.Items.Add(new SampleDataItem("Group-1-Item-1",
                             Item Title,
                             Item Subtitle,
                             Item Image,
                             Small description
                              Large Description,
                           group1));

e.g if the fruit group have the item Apple then it may be
group1.Items.Add(new SampleDataItem("Group-1-Item-1",
                    "Apple",
                    "Store house of Vitamins",
                    "Apple.jpg",
                    "Apple is very good to health",
                    "Apple a day keeps the doctor away is the phrase explaining the greatness of the apple to us.Apple is very famous in Kashmir state and still now the rate of Kashmmir apple is high",
                    group1));

so like this enter details of all items using the above syntax if you think the number of group or item is not enough you can add your own group or item by just copy and paste the group's or item's code and change the ID and parameters accordingly.So after finishing work just run the application.

To run the application click on Local Machine button your app will be installed automatically in your system and it will run in your own system.




Hope you enjoyed the post...................

5 comments :

  1. wow that post is nice and if u have some code then please share with me i m waiting for yours the next post
    thanks
    -----------------------------------------------------------------------------
    Php Development Services India, && Hire Titanium Developer

    ReplyDelete
  2. That's cool app for windows 8 will be very successful and the app development are getting popular
    day by day and it is a good technique of business.
    For more details please visit.
    windows mobile app // iPhone application development // Android application development

    ReplyDelete
  3. wow its the really very great information...I have learned some best information about App development services thank you for sharing the best information..Web Design Agency Bangalore | Website Development Company Bangalore

    ReplyDelete
  4. Thanks for sharing this article with us. I can see that this post has the most favourable information. Let me follow you on the social networks given so that I don't miss out any information as we are the Global Partners for Digital Marketing . Nevertheless, I m not pretty sure as to how many traffic you are getting as of now. But, by writing these kind of articles, you will definately start getting from people like us.

    ReplyDelete