I am new to android development. I need to create an app having login and register pages..but I'm confuse a little bit between two types of databases Mysql and SQLite.
I just what to know when to use SQLite and Mysql.
I am new to android development. I need to create an app having login and register pages..but I'm confuse a little bit between two types of databases Mysql and SQLite.
I just what to know when to use SQLite and Mysql.
SQLite Database is an lite weighted edition its made for an android. It is in-builded in android studio itself. So there is no need to install it newly but MySQL is an Oracle database. Marketed as cost effective. SQLite is not as much of a SQL server. It is really just a database system. The databases can be embedded in applications