adding drink to favorite page on click in windows store
问题 I am making an app of drinks for windows store. According to requirement user can select drink as favorite. So his favorite drinks should be shown in favorite page. So how can I add these drinks to favorite page on button click as shown in image 1 Is it possible without using database..? Any share of idea would be appreciated. I am using xml file to save data on button click I have managed to get the data from xml file in a grid on my favourite page but it is statically done by me as I had