Using mysql lite and web service or other query in android app in different activities

I am very new to Android development and I need to develop a program quickly. The requirement is to be able to call the web service and store information from the web service in the database using sql-lite. This request can be executed in different ways.

Also I would like to know in what activity or class to create a database or how it is implemented in a simple application, related tutorials would be helpful.

Can I get some guidance on how to implement it using a static method in a utility class or some other strategy.

+3


source to share


1 answer


I have some apps that do things that way, so yes, you can definitely achieve your goals.

Here are some pointers:



Hope this helps!

+1


source







All Articles