Code Archives - Jigopost https://www.jigopost.com/category/code/ 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 Code Archives - Jigopost https://www.jigopost.com/category/code/ 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
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