Results 1 to 5 of 5

Thread: Windows phone 7 :Where to store the Data?

  1. #1
    Join Date
    Sep 2010
    Posts
    47

    Windows phone 7 :Where to store the Data?

    From a very long time I am the user of the Windows 7 mobile, it working well. I am unable to find the storage place of the data which are placed on the mobile phone. What is the procedure for the storing the data. Some of the data’s in my mobile are vanishes from the device, so that’s why I need to make the secure data storage. Some of them are my official; I stored them in the mobile for the easy access. But I lost everything, what should I do? Any information on this…

  2. #2
    Join Date
    May 2008
    Posts
    2,792

    Re: Windows 7 phone:Where to store the Data?

    Take a look on the Dictionary class; it is the key value like the hash table in the windows mobile. In there you can able to create the simple data class or for getting the get class field, those data are very much populates in the windows mobile. And then add into the library of the Dictionary and then de-serialized into the some localized folder of the windows mobile. After that you can easily able to access the dictionary and also to retrieve the data also can save the string file. It might be a complex method but it is workable.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,572

    Re: Windows 7 phone:Where to store the Data?

    Now only in the isolated file storage you can able to store the data in your windows mobile. After that in later when you go to access the file from that storage device, it will come in the isolated file format. For the storage of the file you just simply transfer the file into the isolated file storage area. You can download the data from the web-side or by contacting with the service provider. By that you able to download any other supplementary data into the windows mobile. Before to access the data make a data deployment time for the access. This can store heavy processing or the storage of the processing file on the local database with a minimum quantity. But you have to make the serialization, make the class level script with the help of the data manager. All the files will make in the separate file in the separate file location.

  4. #4
    Join Date
    Oct 2005
    Posts
    2,358

    Re: Windows 7 phone:Where to store the Data?

    Click on File , then go to the New then Project .browse for the name of the file that you stored . open the solution explorer which you will found in the right side then click on the Add references under the References. Select the file which is named as the System.Xml,ling, inside of the file a pacjage is stored which is named as System.Xml.Linq package. By this packagefile, you can able to store the data from the list of the file, and also after that you can also fetch the file or the information. Right click on the stpred file and select the option to add the item inside it, and then save the page with the name as AddItem.xaml, aftyer that open the file and apply the following code, I hope that will help you sure
    Code:
    <!--TitlePanel contains the name of the application and page title-->
    
            <StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="24,24,0,12">
    
                <TextBlock x:Name="ApplicationTitle" Text="My Shopping List" Style="{StaticResource PhoneTextNormalStyle}"/>
    
                <TextBlock x:Name="PageTitle" Text="New Item" Margin="-3,-8,0,0" Style="{StaticResource PhoneTextTitle1Style}"/>
    
            </StackPanel>
    I'm the Proud Owner of the most dangerous weapon
    known to man kind: Human Brain

  5. #5
    Join Date
    Apr 2008
    Posts
    2,276

    Re: Windows 7 phone:Where to store the Data?

    There is content grid is applicable for the control panel for the data storage, the bellow mentioned code is for the creation of the content grid. After applying the script, make the data in a sequence manner, and then from the control grid under the control panel you can able to access the file under for the storage which is placed under the grid list.
    Code:
    <!--ContentPanel - place additional content here-->
            <Grid x:Name="ContentGrid" Grid.Row="1">
                <Grid.RowDefinitions>
                    <RowDefinition Height="Auto" MinHeight="72.5"/>
                    <RowDefinition Height="Auto" MinHeight="72.5"/>
                    <RowDefinition Height="Auto" MinHeight="72.5"/>
                    <RowDefinition />
                </Grid.RowDefinitions>
                <Grid.ColumnDefinitions>
                    <ColumnDefinition Width="100*" />
                    <ColumnDefinition Width="346*"/>
                </Grid.ColumnDefinitions>
    
                <TextBlock Grid.Column="0" Grid.Row="0" Text="Name:" HorizontalAlignment="Center" VerticalAlignment="Center" />
    
                <TextBox Name="nameTxt"  Grid.Column="1" Margin="8" Padding="2" Height="59"  />
    
                <TextBlock Grid.Column="0" Grid.Row="1" Text="Price:"  HorizontalAlignment="Center" VerticalAlignment="Center" />
    
                <TextBox x:Name="priceTxt"  Grid.Column="1" Margin="8" Padding="2" Height="59" Grid.Row="1"  />
    
                <TextBlock Grid.Column="0" Grid.Row="2" Text="Quantity:" HorizontalAlignment="Center" VerticalAlignment="Center" />
    
                <TextBox Name="quanTxt" Grid.Column="1" Margin="8" Padding="2" Height="59" Grid.Row="2" />
    
            </Grid>
    
            <Button x:Name="BtnSave" Content="Save" HorizontalAlignment="Right" Margin="0,0,17,0" Grid.Row="1" VerticalAlignment="Bottom" Click="BtnSave_Click" />

Similar Threads

  1. Unable to buy apps from Windows phone store on Lumia
    By HAFIZA in forum Portable Devices
    Replies: 4
    Last Post: 10-09-2013, 06:14 PM
  2. Windows Phone Store - Error code: d0000011
    By Pine Le in forum Portable Devices
    Replies: 7
    Last Post: 06-10-2012, 06:43 PM
  3. How to back up data on Windows Phone 7
    By Jilesh in forum Portable Devices
    Replies: 7
    Last Post: 29-09-2011, 10:49 AM
  4. How to change the paths that Windows 7 uses to store data
    By Pencil-Guy in forum Operating Systems
    Replies: 4
    Last Post: 10-01-2011, 07:19 PM
  5. Where does sonicstage store data files
    By superdave1984 in forum Windows Software
    Replies: 3
    Last Post: 11-08-2009, 12:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,902,778.33344 seconds with 17 queries