How to Playing ads with ExoPlayer 2.5 Android
Ads playing using ExoPlayer and IMA The new ExoPlayer 2.5 release comes with a brand new extension to play ads that wraps around the Interactive Media...
Multipart Image Upload in Android – Retrofit 2 android upload file
Hi, Android developer in this article I share Multipart Image Upload in Android – Retrofit 2. Like in your project you can upload an image...
Android converting inputted numbers to words
Hi, developer in this Android tutorial I am discussing. How to convert inputted numbers to words in android and show it on text view. For...
android rxjava tutorial
Android RxJava, a JVM library, uses observable sequences for event-based and synchronous programming. The three O’s are the operator, observer, and observables. They are used to accomplish...
OOPS Concepts in Java – OOPS Concepts Example
OOPS Concepts in Java, Programming is made easier by the Object-Oriented Programming Concepts. You will have difficulty designing systems using the object-oriented programming model if you...
How to create PDF file in Android and save to phone 2022
How to create PDF file in Android. There are numerous apps in which the data in the app is made available to users as PDF...
Dagger hilt android tutorial – dagger hilt kotlin
Dagger hilt android tutorial – dagger hilt kotlin. When working on Android projects, there are many dependencies that we must integrate. To manage these dependencies,...
MVVM Architecture – Android Tutorial for Beginners 2022
The tutorial will we will discover the MVVM architecture of Android first, and then we will develop a program using the MVVM architecture. This tutorial is...
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8
Hello all in this Android solution, I will discuss a problem I’m currently experiencing in Android Studio. Android Gradle plugin requires Java 11 to run....
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE
Hi Developer in this android studio article I share how to fix Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE....