All Android Tutorials

How to solve Android adb is not recognized error

Tag: Android

This tutorial helps you solve the adb is not recognized error in Windows

How to change the package name in Android Studio - With Java or Kotlin

Tag: Android

Learn how to change your project's package name in Android Studio

Android Studio - set the default activity for your application

Tag: Android

Learn how to change the default activity started when you run an Android application

Android layout_height attribute explained

Tag: Android

Learn how the Android layout_height attribute works with example code

How to change from one activity to another in Android

Tag: Android

Learn how you change or move from one activity to another in Android

Finding the libs folder in Android Studio

Tag: Android

Learn how you can find the libs folder in Android Studio

Android putExtra() method with code examples in Java and Kotlin

Tag: Android

Learn how the Android putExtra() method works with practical code examples

Android error: Your content must have a ListView whose id attribute is 'android.R.id.list'

Tag: Android

Learn how you can resolve the error with ListView requiring android.R.id.list id attribute

Android - How to change keyboard size (with screenshots)

Tag: Android

Learn how you can change the Android keyboard size in this tutorial

Android - How to set TextView widget text

Tag: Android

Learn how you can set the text displayed using the TextView widget

How to view the Log.d() method output on Android Studio

Tag: Android

A quick tip on displaying debug output on Android Studio with the Log.d() method

The Android findViewById() method explained with examples

Tag: Android

Learn how the Android findViewById() method works with practical examples

What is AndroidX? Explaining the Android development support library

Tag: Android

Learn what AndroidX is and how it works

How to fix Android picture-in-picture mode not working

Tag: Android

Learn what to do when you can't activate picture in picture mode on Android phones

Android TextAppearance attribute explained with examples

Tag: Android

See how the Android TextAppearance attribute can be used for styling TextView widgets

Android Studio: How to search all files in your project

Tag: Android

Learn how to search all files in your project using Android Studio

Fix Android build error: Plugin with id 'kotlin-android' not found.

Tag: Android

Learn how to resolve Android build error: Plugin with id 'kotlin-android' not found

Solve Gradle error: Plugin with id 'com.android.application' not found

Tag: Android

How to resolve Android build error: Plugin with id 'com.android.application' not found

Understanding Android onDestroy() lifecycle method

Tag: Android

Learn how the onDestroy() Android lifecycle method works

How to resolve the error package android.support.annotation does not exist

Tag: Android

Learn how to fix package android.support.annotation does not exist error when building your application