Jigopost https://www.jigopost.com/ jigopost is Web And Android Development tutorials for beginners, Our mission: to help people learn to code for free. Level up your blogging skills and become a successful blogger. This includes information on how to start, run, and grow your blog Wed, 17 Dec 2025 08:34:20 +0000 en-US hourly 1 https://www.jigopost.com/wp-content/uploads/2019/12/cropped-logojigodp-32x32.png Jigopost https://www.jigopost.com/ 32 32 170938531 How to Change Tint Color for an Image in Android https://www.jigopost.com/change-tint-color-for-image-in-android/ https://www.jigopost.com/change-tint-color-for-image-in-android/#respond Wed, 17 Dec 2025 08:05:00 +0000 https://www.jigopost.com/?p=2314 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 […]

The post How to Change Tint Color for an Image in Android appeared first on Jigopost.

]]>
https://www.jigopost.com/change-tint-color-for-image-in-android/feed/ 0 2314
Adding Floating Action Button (Java) https://www.jigopost.com/adding-floating-action-button-java/ https://www.jigopost.com/adding-floating-action-button-java/#respond Sat, 06 Dec 2025 09:25:00 +0000 https://www.jigopost.com/?p=698 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 […]

The post Adding Floating Action Button (Java) appeared first on Jigopost.

]]>
https://www.jigopost.com/adding-floating-action-button-java/feed/ 0 698
Downloading File From Android WebView https://www.jigopost.com/downloading-file-from-android-webview/ https://www.jigopost.com/downloading-file-from-android-webview/#respond Sat, 08 Nov 2025 11:46:00 +0000 https://www.jigopost.com/?p=693 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

The post Downloading File From Android WebView appeared first on Jigopost.

]]>
https://www.jigopost.com/downloading-file-from-android-webview/feed/ 0 693
Android WebView with Examples https://www.jigopost.com/android-webview-with-examples/ https://www.jigopost.com/android-webview-with-examples/#respond Fri, 19 Apr 2024 02:14:00 +0000 https://www.jigopost.com/?p=687 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 […]

The post Android WebView with Examples appeared first on Jigopost.

]]>
https://www.jigopost.com/android-webview-with-examples/feed/ 0 687
How to change app version in android studio https://www.jigopost.com/how-to-change-app-version-in-android-studio/ https://www.jigopost.com/how-to-change-app-version-in-android-studio/#comments Tue, 01 Aug 2023 07:48:00 +0000 https://www.jigopost.com/?p=291 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 […]

The post How to change app version in android studio appeared first on Jigopost.

]]>
https://www.jigopost.com/how-to-change-app-version-in-android-studio/feed/ 4 291
Adding New Websites To Google AdSense Sites List https://www.jigopost.com/adding-new-websites-to-google-adsense-sites-list/ https://www.jigopost.com/adding-new-websites-to-google-adsense-sites-list/#comments Sun, 02 Apr 2023 23:50:00 +0000 https://www.jigopost.com/?p=86 Step 1: Apply for AdSense If your website has gained some popularity and receiving a fair amount of users and you want to use to earn some money from Google AdSense, you can apply to join the AdSense program… If you don’t already have a website, then you may want to read some of our […]

The post Adding New Websites To Google AdSense Sites List appeared first on Jigopost.

]]>
https://www.jigopost.com/adding-new-websites-to-google-adsense-sites-list/feed/ 7 86
How do I get Adsense approval with a blog? https://www.jigopost.com/how-do-i-get-adsense-approval-with-a-blog/ https://www.jigopost.com/how-do-i-get-adsense-approval-with-a-blog/#comments Wed, 14 Sep 2022 00:42:00 +0000 https://www.jigopost.com/?p=84 If you want to get adsense approval with a few blogspot then you will have follow these steps Write 15–20 blogpost It is very important to write 15–20 blogpost before applying for adsense approval and try to write one blogpost daily. It will really helps you get approval. Do not copy posts Try to write […]

The post How do I get Adsense approval with a blog? appeared first on Jigopost.

]]>
https://www.jigopost.com/how-do-i-get-adsense-approval-with-a-blog/feed/ 4 84
Adding AdSense Ads To WordPress Blogs And Websites https://www.jigopost.com/adding-adsense-ads-to-wordpress-blogs-and-websites/ https://www.jigopost.com/adding-adsense-ads-to-wordpress-blogs-and-websites/#comments Wed, 14 Sep 2022 00:37:00 +0000 https://www.jigopost.com/?p=91 The steps below will guide you in adding AdSense codes to your WordPress sites to start making some serious money…When you’re ready to get started with AdSense, please follow the steps below: Step 1: Create WordPress Website The first requirement to getting approved for the AdSense program is to get a website or develop and […]

The post Adding AdSense Ads To WordPress Blogs And Websites appeared first on Jigopost.

]]>
https://www.jigopost.com/adding-adsense-ads-to-wordpress-blogs-and-websites/feed/ 3 91
SQLite Kotlin – Notes App – Android Studio Tutorial https://www.jigopost.com/sqlite-kotlin-notes-app-android-studio-tutorial/ https://www.jigopost.com/sqlite-kotlin-notes-app-android-studio-tutorial/#respond Sun, 24 Jul 2022 05:13:00 +0000 https://www.jigopost.com/?p=651 In this tutorial we will make a “Notes App” using SQLite and Kotlin. It will contain following features. Enter Data Retrieve Data in ListView Update/Edit Data Delete Data Search Data Copy Data Share Data Step 01: Create a new Project or open new project Step 02: Create layout resource file under res>layout folder Step 03: Create new “Android Resource […]

The post SQLite Kotlin – Notes App – Android Studio Tutorial appeared first on Jigopost.

]]>
https://www.jigopost.com/sqlite-kotlin-notes-app-android-studio-tutorial/feed/ 0 651
Add items or menu in actionbar/toolbar android studio https://www.jigopost.com/add-items-or-menu-in-actionbar-toolbar-android-studio/ https://www.jigopost.com/add-items-or-menu-in-actionbar-toolbar-android-studio/#respond Sun, 24 Jul 2022 04:33:00 +0000 https://www.jigopost.com/?p=647 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 […]

The post Add items or menu in actionbar/toolbar android studio appeared first on Jigopost.

]]>
https://www.jigopost.com/add-items-or-menu-in-actionbar-toolbar-android-studio/feed/ 0 647