WordPress – How to increase media library upload file size limit

This article is about How to Set Maximum Upload File Size in wordpress: We can increase upload file size limit in wordpress. Follow the steps to maximize the wordpress media libary upload file size limit. Open .htaccess file and add thse lines in .htaccess

Saving Activity state on Android when change orientation

In Android application when we change the orientation of device then our activity is recreated and some time we face the NullPointerException. To handle NullPointerException or other exceptions we can save current state and retrive the values or tell in AndroidManifest.xml that don’t destroy this activity. Solution 1: