Learn AI, Coding & Blogging – Build Skills, Grow Future.
Step-by-Step Courses, Practical Project, and expert blogging strategies – help you learn, build, and succeed online.

Learn Code With Example
Learn To

Start a Blog
Learn to blog. Step-by-step guide to learn how to start a blog, choose the best blogging platform and avoid the common blogging mistakes made by newbies

SEO
Search Engine Optimization is the key if you want to get more organic traffic to your website and all problem solution Read our beginner’s guide and how to do SEO!.
Trending Articles
-
Add items or menu in actionbar/toolbar android studio
In this tutorial we will add items in actionbar/toolbar, 3-dot menu in actionbar/toolbar and handle item clicks. There will be three items in menu you can add as many as you want. One item will be displayed on action bar with icon, other two items will be displayed by clicking 3-dot menu. Step 1: Create a…
-
Android (JAVA) | Code | Kotlin
How to Change Tint Color for an Image in Android
In this article, we will discuss how to change Tint Color for an Image in Android programmatically as well as in XML. Tint color means when we want to change the color of the image while rendering in ImageView. In XML is very easy to change tint color by just setting up the attribute android:tint=”” in the ImageView…
-
Adding Floating Action Button (Java)
The Floating Action Button (FAB) is a circular button that triggers primary action in your app’s UI. This tutorial shows you how to add the FAB to your layout, customize some of its appearance, and respond to the button taps. We will show Snackbar on FAB click.We will use Java and Android Studio.Minimum API: Android 2.1 is API level 7 Step 1: Create a new project OR Open your…
-
Downloading File From Android WebView
In this tutorial we will handle downloading files from WebView, we will also need Write_External_Storage permission to download files. ✓ Run-time Permission “WRITE_EXTERNAL_STORAGE” on devices >=Marshmallow. ✓ Download any file.✓ Show download message/progress in notification. Step 1: Create a new project OR Open your project Step 2: Code AndroidManifest.xml activity_main.xml MainActivity.java Step 3:Output
-
Android WebView with Examples
In this tutorial we will create a simple webView. WebView will act as an embedded browser to include the web pages content in our activity layout and it won’t contain any features of normal browsers, such as address bar, navigation controls, etc. Step 1: Create a new project OR Open your project Step 2: Code activity_main.xml MainActivity.java add new…
-
How to change app version in android studio
how to change app version in android studio? Following method is to change the version number of application in Android Studio V 3.1 using settings. There are two methods we can follow, let’s have a look at both Method 1: Using Setting Popup Step 1) Just go to Project and Right Click on “app” then select “Open…




