Simple pulling database sqlite to desktop and preview it
All what we need is to make few steps: Add in our project this line to output in log current path to database Log.d(TAG, "onCreate db: " + context.getDatabasePath("mydatabase.db")); Create…
All what we need is to make few steps: Add in our project this line to output in log current path to database Log.d(TAG, "onCreate db: " + context.getDatabasePath("mydatabase.db")); Create…