0

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.

1

2 Answers 2

1

My sql is server side data base and if you want to use my sql then you need to call web service .

SQLite Database is light weighted data base used in mobile as local data base.

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.