Hello I would like to create a Local Data Base with SQLite. I need to create a single table with a lot of fields for the user informations. I had seen the tutorial by Klaus and I choose the 1st one: Simple ADD, Delete, Update. Now my big question is: It's better to put the code in a new Service (call SQLite) or to put everything in the Service (Starter) ? Or maybe create a class with all the function.
Thanks =)
Thanks =)