i am very new to the android development and i need to quickly develop a program. A requirement is to be able to call a web service and to store the information from the web-service in a database using sql-lite. Those request can be made in different activities.
also i would like to know in which activity or class to create the database,or how is it implemented in a simple app, relevant tutorials would be helpful.
Can I have a guideline on how to implement this, Whether using static method in an utility class or another strategy.
I have some apps that do stuff just like this, so yes, you can definitely achieve your objectives.
Here are some pointers:
Hope this helps!