Android Toolbar Back Button

It's always convenient to have that little button to "go back" to the previous Activity, and to add it is very simple, just add a directive in your"AndroidManifest.xml".    …

How to quickly back up MySQL in WAMP

Instead of dumping all the tables, as an alternative we can copy the necessary files from the MySQL "data" folder, and then restore these files in your new WAMP installation.…