Hi, sorry for this basic question, I have a settings table held in my database, with a Primary Key ( ID ), all I want to do is check if the settings screen as been filled in previously, so basically ID will equal 1 if it as, if not it won't exists
If it doesn't exists take me to the settings screen, i.e. Start.Activity(Settings), if it does just read in the values held in the tabel
I've looked for simple examples but can't find any, thanks in advance
If it doesn't exists take me to the settings screen, i.e. Start.Activity(Settings), if it does just read in the values held in the tabel
I've looked for simple examples but can't find any, thanks in advance