Code

Learn free code

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

Adding Floating Action Button (Java) Read More »

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

Downloading File From Android WebView Read More »

SQLite Kotlin – Notes App – Android Studio Tutorial

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

SQLite Kotlin – Notes App – Android Studio Tutorial Read More »