how to create data fields in xml for windows8 (c#-xaml) metro app ? how to access and parse that data ? and how to import that xml data in xaml UI? -
i'am programming windows 8 store app (metro design) c# , xaml using visual studio 2012.
there no need database server multi user support etc.my application reminder , contact notes application have remember date , time, want store data in local database , don't know database suitable needs. maybe xml? or there solutions!
if go using xml , how can create data fields in xml ?
how can import xml data in c# xaml ui ?
can please explain me example ??
you can use sqlite or xml storing data, google find lot of tutorials
sqlite
using sqlite in windows store app
sqlite windows 8 metro/winrt apps
using sqlite , sqlite-net in windows store app
tim heuer blog : tagged - sqlite
qmatteoq.com : tagged - sqlite
xml
Comments
Post a Comment