So, at the moment I have a spinner which is populated from a database table. At the moment when using the spinner, the first value that is in the spinner is just the first from the database which isn’t really ideal.
Is there a nice way for the spinner to start blank without having to insert a blank record or anything?
So it looks like this isn’t very possible, instead I’ve gone for a different method of adding a row at position 1 in the database with a name that I choose, and modified a query so that field can’t be deleted.