How to hide go to top button in CSS The go to top button can be used to go to the top section of your website quickly. But sometimes, we might need hide it or we just don’t want it…
Author: admin
How to Make a Text Blink in CSS
How to Animate or Blink a Text in CSS Blinking texts can capture user attention easily so you can use it for texts that needs more attention To make a text blink in CSS, use the code below, you can…
Change SVG Background Color in CSS
How to Change SVG Color with CSS Properties Hidden content goes hereTo change svg color background, i tried some available methods, but none worked except this code, you have to just insert the code in the CSS. Works great in…
Whatsapp Support in Android Webview
Make Android Webview Support whatsapp opening and sharing The whatsapp messenger being the most widely used messenger in the world has become a very important part in our lives and businesses. How to Open Whatsapp from Android Webview To support…
Download Android Image Search API App Source Code
Android Wallpaper Search App Source Code Download for Android Studio This is the android source code of HD Images and Wallpapers Search App. This is a native android app that is built with Android Studio and the images are loaded…
Here is how to Resize Android Drawer Menu Items Size, Spacing etc
how to Resize Android Drawer Menu Items Size, Spacing between Menu Items etc By default the android drawer menu items height and width are set by default configuration in android studio. If you need change it, you can use the…
How to Activate Night Mode in Chrome Browser
Enable Night Mode in Web Pages in Chrome Web Browser Chrome is the most popular web browser in the world that is used in platforms like PC, android and iOS etc. Chrome is powered by Google and it has a…
How Tech Can Help You Take Control of Your Finances
How Tech Can Help You Take Control of Your Finances Around the world, the pandemic continues to take an economic toll on countries and communities. With the Financial Times highlighting rising unemployment rates, plus more businesses closing their doors, individuals now…
How to Make Android App for your Website or Blog
This is how to make an android app for your blog or website Android is without doubt, the largest operating system in the world powering billions of phones with over 2 billion active monthly users. Building an android app for…
Android Send a Status Bar Notification
How to send a Notification in Android Status Bar – Android Notification Example Using this simple code below, we can show a Notification in android status bar, this notification code uses the Notification Compat class which is the newest as…