Android Studio – Connecting tables of two or more databases with each other in android studio
I just wanted to know if there is any way to connect two tables of two different databases under one project. I have the databases as follow First database private String CREATE_USER_TABLE = "CREATE TABLE "+ TABLE_USER + "(" +…