I already following this link Share SQLite database between 2 android apps? But I don know where to put this code in the host app
DBadapter hostDBAdapter = new DbAdapter(getApplicationContext());
performerDBadapter.open();
Anyone know where to put those code?