Grid In Android with RecyclerView
RecyclerView is a powerful tool to draw lists or grids in your android application, When RecyclerView is not there then the user needs GridView for the grid.
Read MoreHow to show placeholder image
Whenever you load large image on the page and it's taken too much time, that time you can show loading image or you can say Placeholder image ( Html Image Placeholder ) within the same image tag.
Read MoreHow to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more
Hey friend, are you facing an issue of not secure a URL. Then don't worry about this, the best solution of How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more upcoming Laravel versions.
Read MoreHow to add Firebase in android app
This firebase android tutorial is a complete setup guide. You will learn How to add Firebase in the android app.
Read MoreRemove a specific element from an array PHP
In this tutorial, you will learn two PHP unset() and array_search() methods to remove specific array elements.
Read MoreHow to Create Social Sharing Links for Facebook, whatsapp and more
Here is the very simple social share link generator tool. You can put this as social media share links html in your project root file.
Read MoreHow to Create Stunning YouTube Thumbnail for Your Video
A thumbnail picture is a tiny representation of an image that helps you learn visually about the original image in a broad way.
Read MoreTypes of CSS Selectors
The selectors point to the HTML element you want to set the style. The selector is the technic to give any kind of style to your text on your HTML page.
Read MoreJavascript show hide div onclick toggle
Javascript toggle method simply toggles the visibility of elements. The matched elements will be revealed or hidden immediately, with no animation, by changing the CSS display property.
Read More