-
Untracking ignored files with Git
Learn how to un-track ignored files with Git.
-
Toggle the flash mode with Camera X
Learn how to toggle the flash mode on and off with Camera X
-
ITMS-90685 - CFBundleIdentifier Collision
See the solution for the ITMS-90685 error you may have encountered while publish an app to the App Store.
-
ITMS-90205 - Invalid Bundle
See the solution for the ITMS-90205 error you may have encountered while publish an app to the App Store.
-
Could not resolve com.android.tools.lint:lint-gradle
Resolve an error frequently encountered while building older Android projects.
-
Google Play ID verification
You cannot publish applications until you complete ID verification. More details have been sent to your email.
-
CLEARTEXT communication not permitted by network security policy
How to deal with the UnknownServiceException: CLEARTEXT communication not permitted error.
-
Use the Java 8 Time API in an Android application
Enable syntax desugaring in your Android application to avoid NoClassDefFoundError exceptions when working with LocalDate and LocalDateTime classes.
-
Scale a Bitmap in an Android application
This tutorial explains how to scale (resize) a bitmap while maintaining the aspect ratio in an Android application using Kotlin.
-
Rotate a Bitmap in an Android application
This tutorial explains how to rotate a bitmap in an Android application using Kotlin.
-
Using a Recycler View to display list items
Tutorial that explains how and why you should use a Recycler View to manage lists in your Android application.
-
Android view binding tutorial
Take advantage of the View Binding functionality that's built into the Android Gradle plug-in to avoid a common source of crashes.