Keep the collections in the list in MVVM
问题 currently im having troubles in keeping the collections in the list in the mvvm, every time that i navigate away and return to a page, the list keeps getting empty. how am i going to deal with this? can someone help me with this? The Model: I have not implemented the others yet because i cant add items to the list class CartData { public int Cakeprice { get; set; } public ImageSource ImagePath { get; set; } public string Caketype { get; set; } public string Cakename { get; set; } public int