Android (JAVA) Archives - Jigopost https://www.jigopost.com/category/code/learn-java/ 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 Android (JAVA) Archives - Jigopost https://www.jigopost.com/category/code/learn-java/ 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
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