I'm developing a simple application which will store a contact name and ip address.
In my mind i imagined i would have a text field where i could enter a name, and another text field for the ip address and then a button which when clicked stored the contents of the text fields into some kind of array that could then be called up to show the contacts added.
I'm working in Xamarin for Android and writing my code in C# - except i'm not totally sure where to begin with this task.
Anyone know where to start with this on C#? Examples or existing works would be incredibly useful as i'm very much a beginner when it comes to programming!