Yet Another Reason to Learn SQL

If you are interested in learning how to program for Android or other mobile system, you might need to manage data and that is where SQL comes in handy — especially SQLite.

In Android development, we tend to use SQLite which is ideal for mobile applications and particularly useful for permanently storing data. MySQL is more commonly installed on servers where it can be used by web apps. Either way, using databases to store information allows us to organize that data in a far more logical and structured manner, and then access and manipulate that information dynamically.
https://www.androidauthority.com/sql-android-app-development-812969/

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.