Learn Android

Android programming is based on Java programming language so if you have basic understanding on Java programming then it will be a fun to learn Android

In this tutorial we will add items in actionbar/toolbar, 3-dot menu in actionbar/toolbar and handle item clicks. There will be ...
The Floating Action Button (FAB) is a circular button that triggers primary action in your app's UI. This tutorial shows ...
This tutorial is about: How to create bottom sheet using Fragment How to handle bottom sheet item/option clicks Step 1: ...
In this tutorial we will learn how to display Custom Toast(with Image, Text) on a Button click using Android Studio ...
In this tutorial i'll show you how to create a splash screen for your android app using android studio. We ...
A splash screen is mostly the first screen of the app when it is opened. It is a Creating Splash screen using handler in ...
In this tutorial we will create a simple webView. WebView will act as an embedded browser to include the web ...
CheckBox | Android Studio | Java CheckBoxes are used to select one or more options from the available options. For ...
This is a simple circle shape xml as a drawable in Android. Note: To make the oval shape appear as ...
In this tutorial we will use alert dialog to alert the user whether you want to perform specific function or ...
How to create Create AlertDialog With Custom Layout Programmatically (Java)? In this tutorial we will create AlertDialog with custom layout ...
This Tutorial will cover: ListView(Image, Title, Description)Filterable ListViewSearchView on ActionBar/Toolbar to search ListView itemsIntent to go to NewActivity onItemClickBackButton in ...
In this tutorial we will display all audio files from Internal Storage in the ListView. You can also display the ...
In this tutorial we will learn how to download/save image displayed in the WebView on long clicking the image. When ...
In this tutorial we will handle downloading files from WebView, we will also need Write_External_Storage permission to download files. ✓ ...
In this tutorial we will learn using Firebase in Android app using Android Studio. We will:✓Create Android Studio Project✓Create Firebase ...
Step 1: Create a new project or open your project How to create a new project? Step 2: activity_main.xml: <?xml ...
How to add a Hint in spinner · android kotlin android-spinner. XML code of spinner activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/rl" ...
In this article, we will discuss how to change Tint Color for an Image in Android programmatically as well as ...
In this tutorial we will create a Multiple Choice Alert Dialog using android studio. We will show list of colors ...