I am trying to make an windows phone application….
in this app I have to display a page with a text block and a next and previous button and the text in textblock changes accordingly…..text is not much for a single page its like 3 to 4 lines per page and around a 1000 pages
so what I thought was that I could save the text in database with serial numbers and retrieve it even with the serial number….but as I see no database support for windows phone…maybe am wrong….also I don’t want to use any third party api that is not provided by Microsoft itself
so please someone guide me
greatly appreciate any help
hope m clear….
I am trying to make an windows phone application…. in this app I have
Share
There are several options for local databases on windows phone but none of them comes from Microsoft. For 1000 lines I would use an xml file stored in the isolated storage or even a plain text file.