Xamarin: Binding a Database instance to a Database Entry
Joseph H. Choi
1
Reputation point
I am working off of the "Notes" Xamarin tutorial. I would like to create a list saved within a entry, like so:
The issue is that the list is persistent through all Order entries. What I am trying to do is have each Order entry have its own unique modifiable list. How do I bind a new list to a new Order(Note) entry?
codeshare for NoteEntryPage.xaml.cs
Sign in to answer