Android Gridlayout Example Programmatically

android.widget.GridLayout is a layout manager used to arrange child views in a grid. You can specify how many columns and rows the grid have with it’s rowCount or columnCount property. You can change the GridLayout object size by specifying it’s layout_margin property. You can even use it’s child view’s layout_rowSpan or layout_columnSpan property to merge […]

Android Gridlayout Example Programmatically Read More »

How To Fix Qemu-System-X86_64.Exe Has Stopped Working Error When Starting AVD

When I start an android virtual device ( AVD ) in my new machine ( which I just bought these days.), I meet an error message like this Qemu-System-X86_64.Exe Has Stopped Working. This error stopped my android virtual machine to start. After investigate for almost half a day, I finally find the reason why this

How To Fix Qemu-System-X86_64.Exe Has Stopped Working Error When Starting AVD Read More »

How To Replace WordPress Search With Google Custom Search

Google provides a custom search feature for webmasters to use on their website. A custom search will search all your website articles by the google search engine. This can give you the below advantages. Use powerful google search capability to help users find the desired information in your website accurately. Because the search process takes

How To Replace WordPress Search With Google Custom Search Read More »